We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba45add commit 244373aCopy full SHA for 244373a
Zend/Zend.m4
@@ -221,7 +221,7 @@ else
221
AC_DEFINE(ZEND_DEBUG,0,[ ])
222
fi
223
224
-test -n "$GCC" && CFLAGS="$CFLAGS -Wall -Wextra -Wno-strict-aliasing -Wno-implicit-fallthrough -Wno-unused-parameter -Wno-sign-compare"
+test -n "$GCC" && CFLAGS="$CFLAGS -Wall -Wextra -Wundef -Wno-strict-aliasing -Wno-implicit-fallthrough -Wno-unused-parameter -Wno-sign-compare"
225
dnl Check if compiler supports -Wno-clobbered (only GCC)
226
AX_CHECK_COMPILE_FLAG([-Wno-clobbered], CFLAGS="$CFLAGS -Wno-clobbered", , [-Werror])
227
0 commit comments