fix warnings from GCC and Clang
This commit is contained in:
parent
cd5acee3bd
commit
f0705dbefc
|
@ -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 =
|
||||
|
||||
|
|
|
@ -94,11 +94,9 @@ int main(int argc, char **argv)
|
|||
},
|
||||
.arg.bounds.inf = 1,
|
||||
},
|
||||
{
|
||||
{
|
||||
0,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
struct readarg_arg opers[] = {
|
||||
|
|
Loading…
Reference in a new issue