ref: 99e8a9352b5af79b10673d3f2e15d1dde047b35f
parent: c5e04e4aa4112131424c5c8a68d07998c895324e
author: Ralph Giles <[email protected]>
date: Tue Mar 12 18:57:00 EDT 2013
Remove -Wdeclaration-after-statement. This causes warnings with the ALLOC() macro.
--- a/configure.ac
+++ b/configure.ac
@@ -224,7 +224,7 @@
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}])