From 99e8a9352b5af79b10673d3f2e15d1dde047b35f Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Tue, 12 Mar 2013 22:57:00 -0700 Subject: [PATCH] Remove -Wdeclaration-after-statement. This causes warnings with the ALLOC() macro. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 55c63156..ce17fef9 100644 --- a/configure.ac +++ b/configure.ac @@ -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}])