Remove -pedantic from configure -w compile options.
This commit is contained in:
parent
cc8d08c21e
commit
095da07753
4
configure
vendored
4
configure
vendored
@ -205,9 +205,9 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
|
|||||||
fi
|
fi
|
||||||
if test "$warn" -eq 1; then
|
if test "$warn" -eq 1; then
|
||||||
if test "$zconst" -eq 1; then
|
if test "$zconst" -eq 1; then
|
||||||
CFLAGS="${CFLAGS} -Wall -Wextra -Wcast-qual -pedantic -DZLIB_CONST"
|
CFLAGS="${CFLAGS} -Wall -Wextra -Wcast-qual -DZLIB_CONST"
|
||||||
else
|
else
|
||||||
CFLAGS="${CFLAGS} -Wall -Wextra -pedantic"
|
CFLAGS="${CFLAGS} -Wall -Wextra"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if test $sanitize -eq 1; then
|
if test $sanitize -eq 1; then
|
||||||
|
Loading…
Reference in New Issue
Block a user