diff --git a/configure.ac b/configure.ac index c30311dbe..85ec11547 100644 --- a/configure.ac +++ b/configure.ac @@ -224,7 +224,7 @@ if test "x$ext_CFLAGS" != xyes; then fi if test "x$GCC" = xyes; then - CFLAGS="$CFLAGS -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion" + CFLAGS="$CFLAGS -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -Wno-unused-but-set-variable" fi fi