fix warnings from GCC and Clang
This commit is contained in:
parent
cd5acee3bd
commit
f0705dbefc
|
@ -1,6 +1,6 @@
|
||||||
cc = cc
|
cc = cc
|
||||||
macros = -D NDEBUG
|
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 =
|
ldflags =
|
||||||
ldlibs =
|
ldlibs =
|
||||||
|
|
||||||
|
|
|
@ -95,9 +95,7 @@ int main(int argc, char **argv)
|
||||||
.arg.bounds.inf = 1,
|
.arg.bounds.inf = 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
{
|
0,
|
||||||
0,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue