From: Mark Adler Date: Thu, 6 Oct 2022 08:03:18 +0000 (-0700) Subject: Remove -pedantic from configure -w compile options. X-Git-Tag: 2.1.0-beta1~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c671129f37fe56666dccd2427f0a280c8a6dc911;p=thirdparty%2Fzlib-ng.git Remove -pedantic from configure -w compile options. --- diff --git a/configure b/configure index 59c4a7e6a..9cd570239 100755 --- a/configure +++ b/configure @@ -396,7 +396,7 @@ if test "$gcc" -eq 1 && ($cc $CFLAGS -c $test.c) >> configure.log 2>&1; then SFLAGS="${SFLAGS} ${NATIVE_FLAG}" fi if test "$warn" -eq 1; then - CFLAGS="${CFLAGS} -Wextra -Wpedantic" + CFLAGS="${CFLAGS} -Wextra" fi if test $debug -eq 1; then CFLAGS="${CFLAGS} -DZLIB_DEBUG"