Shut up new gcc warnings

This commit is contained in:
Stef Walter 2013-01-22 16:07:45 +01:00
parent 0c726e74d7
commit 316df4e8ab

View File

@ -146,7 +146,7 @@ if test "$GCC" = "yes"; then
-Wall -Wmissing-declarations \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wdeclaration-after-statement -Wformat=2 -Winit-self \
-Waggregate-return -Wmissing-format-attribute"
-Waggregate-return"
for option in -Wmissing-include-dirs -Wundef; do
SAVE_CFLAGS="$CFLAGS"