mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
These warnings are so abundant (because char * / byte * mix) that they
are completely useless.
This commit is contained in:
parent
6c8102e3a8
commit
baa9ef18c6
@ -62,7 +62,7 @@ if test "$ac_test_CFLAGS" != set ; then
|
||||
else
|
||||
WARNS=" -Wno-unused"
|
||||
fi
|
||||
CFLAGS="$CFLAGS -Wall -W -Wstrict-prototypes -Wno-parentheses$WARNS"
|
||||
CFLAGS="$CFLAGS -Wall -W -Wstrict-prototypes -Wno-pointer-sign -Wno-parentheses$WARNS"
|
||||
fi
|
||||
if test "$with_sysinclude" != no -a -n "$with_sysinclude"; then
|
||||
CPPFLAGS="$CPPFLAGS -I$with_sysinclude"
|
||||
|
Loading…
Reference in New Issue
Block a user