diff --git a/configure.ac b/configure.ac index e2dcdfd11..023e32c4b 100644 --- a/configure.ac +++ b/configure.ac @@ -1596,6 +1596,7 @@ if test "$GCC" = yes; then if test x"$_gcc_wopt" = xyes ; then mycflags="$mycflags -W -Wno-sign-compare -Wno-format-zero-length" mycflags="$mycflags -Wno-missing-field-initializers" + mycflags="$mycflags -Wno-format-zero-length" fi AC_MSG_CHECKING([if gcc supports -Wdeclaration-after-statement])