]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove -pedantic from configure -w compile options.
authorMark Adler <fork@madler.net>
Thu, 6 Oct 2022 08:03:18 +0000 (01:03 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 3 Feb 2023 14:49:02 +0000 (15:49 +0100)
configure

index 59c4a7e6a781ddfd1639644ee04b652f74fc35f6..9cd5702398341278995714467ba410e02e3c05ff 100755 (executable)
--- 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"