Remove -Wdeclaration-after-statement.

This causes warnings with the ALLOC() macro.
This commit is contained in:
Ralph Giles 2013-03-12 22:57:00 -07:00
parent c5e04e4aa4
commit 99e8a9352b

View file

@ -224,7 +224,7 @@ AC_SUBST(SYMBOL_VISIBILITY)
CFLAGS="$CFLAGS -W"
warn_CFLAGS="-Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wdeclaration-after-statement"
warn_CFLAGS="-Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes"
saved_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $warn_CFLAGS"
AC_MSG_CHECKING([if ${CC} supports ${warn_CFLAGS}])