These warnings are so abundant (because char * / byte * mix) that they

are completely useless.
This commit is contained in:
Ondrej Zajicek 2008-11-04 14:52:47 +01:00
parent 6c8102e3a8
commit baa9ef18c6

View file

@ -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"