diff --git a/test/config.ninja b/test/config.ninja index ec05418..d3c013d 100644 --- a/test/config.ninja +++ b/test/config.ninja @@ -1,6 +1,6 @@ cc = cc macros = -D NDEBUG -cflags = -std=c99 -Wall -Wextra -Wpedantic -g $macros -O2 +cflags = -std=c99 -Wno-missing-braces -Wall -Wextra -Wpedantic -g $macros -O2 ldflags = ldlibs = diff --git a/test/test.c b/test/test.c index 463c3b9..5afcd34 100644 --- a/test/test.c +++ b/test/test.c @@ -95,9 +95,7 @@ int main(int argc, char **argv) .arg.bounds.inf = 1, }, { - { - 0, - }, + 0, }, };