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 70571b2 commit 929f388Copy full SHA for 929f388
Zend/Zend.m4
@@ -206,9 +206,6 @@ AX_CHECK_COMPILE_FLAG([-Wformat-truncation],
206
AX_CHECK_COMPILE_FLAG([-Wstrict-prototypes],
207
[CFLAGS="-Wstrict-prototypes $CFLAGS"],,
208
[-Werror])
209
-AX_CHECK_COMPILE_FLAG([-Wshadow],
210
- [CFLAGS="-Wshadow $CFLAGS"],,
211
- [-Werror])
212
AX_CHECK_COMPILE_FLAG([-fno-common],
213
[CFLAGS="-fno-common $CFLAGS"],,
214
0 commit comments