summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index cc4b6ecf10..5f70e6db9b 100644
--- a/configure.in
+++ b/configure.in
@@ -672,6 +672,7 @@ if test "$GCC:${warnflags+set}:no" = yes::no; then
-Werror=declaration-after-statement \
-Werror=shorten-64-to-32 \
-Werror=implicit-function-declaration \
+ -Werror=extra-tokens \
; do
if test "$particular_werror_flags" != yes; then
wflag=`echo x$wflag | sed 's/^x-Werror=/-W/;s/^x//'`