Skip to content

Commit 86b16bb

Browse files
committed
Revert "Add -Wno-strict-prototypes compiler flag to pspell extension"
Check if this is still needed This reverts commit 0aaa05f.
1 parent 23bb557 commit 86b16bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/pspell/config.m4

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ PHP_ARG_WITH([pspell],
44
[Include PSPELL support. GNU Aspell version 0.50.0 or higher required])])
55

66
if test "$PHP_PSPELL" != "no"; then
7-
dnl Add -Wno-strict-prototypes as depends on user libs
8-
PHP_NEW_EXTENSION(pspell, pspell.c, $ext_shared, , [-Wno-strict-prototypes])
7+
PHP_NEW_EXTENSION(pspell, pspell.c, $ext_shared)
98
if test "$PHP_PSPELL" != "yes"; then
109
PSPELL_SEARCH_DIRS=$PHP_PSPELL
1110
else

0 commit comments

Comments
 (0)