Code

t/cibuild: Ignore missing field initializer warnings for tests.
authorSebastian Harl <sh@tokkee.org>
Sun, 15 Mar 2015 15:18:23 +0000 (11:18 -0400)
committerSebastian Harl <sh@tokkee.org>
Sun, 15 Mar 2015 15:18:23 +0000 (11:18 -0400)
Old versions of clang and gcc complain about { 0 } initializers even though
they are well defined by C99.


No differences found