Skip to content

Commit 244373a

Browse files
committed
Add -Wundef compiler warning
1 parent ba45add commit 244373a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/Zend.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ else
221221
AC_DEFINE(ZEND_DEBUG,0,[ ])
222222
fi
223223
224-
test -n "$GCC" && CFLAGS="$CFLAGS -Wall -Wextra -Wno-strict-aliasing -Wno-implicit-fallthrough -Wno-unused-parameter -Wno-sign-compare"
224+
test -n "$GCC" && CFLAGS="$CFLAGS -Wall -Wextra -Wundef -Wno-strict-aliasing -Wno-implicit-fallthrough -Wno-unused-parameter -Wno-sign-compare"
225225
dnl Check if compiler supports -Wno-clobbered (only GCC)
226226
AX_CHECK_COMPILE_FLAG([-Wno-clobbered], CFLAGS="$CFLAGS -Wno-clobbered", , [-Werror])
227227

0 commit comments

Comments
 (0)