Skip to content

Commit 095da07

Browse files
author
Mark Adler
committed
Remove -pedantic from configure -w compile options.
1 parent cc8d08c commit 095da07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
205205
fi
206206
if test "$warn" -eq 1; then
207207
if test "$zconst" -eq 1; then
208-
CFLAGS="${CFLAGS} -Wall -Wextra -Wcast-qual -pedantic -DZLIB_CONST"
208+
CFLAGS="${CFLAGS} -Wall -Wextra -Wcast-qual -DZLIB_CONST"
209209
else
210-
CFLAGS="${CFLAGS} -Wall -Wextra -pedantic"
210+
CFLAGS="${CFLAGS} -Wall -Wextra"
211211
fi
212212
fi
213213
if test $sanitize -eq 1; then

0 commit comments

Comments
 (0)