Skip to content

Commit fbeaaf6

Browse files
madmajestronikic
authored andcommitted
config.m4: Add -Wno-clobbered to fix compiler warnings
This fixes compiler warnings in out-of-tree builds.
1 parent 5f37033 commit fbeaaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ if test "$PHP_APCU" != "no"; then
201201

202202
AC_CHECK_FUNCS(sigaction)
203203

204-
for i in -Wall -Wextra -Wno-unused-parameter; do
204+
for i in -Wall -Wextra -Wno-clobbered -Wno-unused-parameter; do
205205
AX_CHECK_COMPILE_FLAG([$i], [APCU_CFLAGS="$APCU_CFLAGS $i"])
206206
done
207207

0 commit comments

Comments
 (0)