summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e2d3456..eba408d 100755
--- a/configure.ac
+++ b/configure.ac
@@ -130,6 +130,7 @@ AS_IF([test "x$popt_gcc_warnings" = xyes],
popt_CFLAGS_ADD([-fipa-pure-const],[POPT_CFLAGS])
popt_CFLAGS_ADD([-Wno-aggregate-return],[POPT_CFLAGS])
popt_CFLAGS_ADD([-Wno-redundant-decls],[POPT_CFLAGS])
+ popt_CFLAGS_ADD([-Wdeclaration-after-statement],[POPT_CFLAGS])
])
# build popt with mudflap instrumentation (GCC only)