diff options
author | Mark Adler <fork@madler.net> | 2022-10-06 01:03:18 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-10-06 01:03:18 -0700 |
commit | 095da07753035a2b80654553e1cad92d1dee1481 (patch) | |
tree | 84a77bac096eb7368c32ae32f409fad2fc143c23 | |
parent | cc8d08c21ec7211bd844eec50bb6d042c59d9426 (diff) | |
download | zlib-095da07753035a2b80654553e1cad92d1dee1481.tar.gz zlib-095da07753035a2b80654553e1cad92d1dee1481.tar.bz2 zlib-095da07753035a2b80654553e1cad92d1dee1481.zip |
Remove -pedantic from configure -w compile options.
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -205,9 +205,9 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then | |||
205 | fi | 205 | fi |
206 | if test "$warn" -eq 1; then | 206 | if test "$warn" -eq 1; then |
207 | if test "$zconst" -eq 1; then | 207 | 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" |
209 | else | 209 | else |
210 | CFLAGS="${CFLAGS} -Wall -Wextra -pedantic" | 210 | CFLAGS="${CFLAGS} -Wall -Wextra" |
211 | fi | 211 | fi |
212 | fi | 212 | fi |
213 | if test $sanitize -eq 1; then | 213 | if test $sanitize -eq 1; then |