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)
commitf11a5f519d0f9ba8c8a0a116fc046b5a1c3e804f
tree20c86f3851b3c6d138c61396b8f373ad6d773d95
parentda760b7c730635befe5d3876641dd826f7abf9d3
t/cibuild: Ignore missing field initializer warnings for tests.

Old versions of clang and gcc complain about { 0 } initializers even though
they are well defined by C99.
t/cibuild.sh