Skip to content

Commit 7e0b2ab

Browse files
committed
Revert "Zend: Add -Wshadow warning"
This reverts commit b80d508.
1 parent fed84e3 commit 7e0b2ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Zend/Zend.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ AX_CHECK_COMPILE_FLAG([-Wformat-truncation],
206206
AX_CHECK_COMPILE_FLAG([-Wstrict-prototypes],
207207
[CFLAGS="-Wstrict-prototypes $CFLAGS"],,
208208
[-Werror])
209-
AX_CHECK_COMPILE_FLAG([-Wshadow],
210-
[CFLAGS="-Wshadow $CFLAGS"],,
211-
[-Werror])
212209
AX_CHECK_COMPILE_FLAG([-fno-common],
213210
[CFLAGS="-fno-common $CFLAGS"],,
214211
[-Werror])

0 commit comments

Comments
 (0)