mirror of
https://github.com/mirror/wget.git
synced 2025-01-13 13:50:23 +08:00
* configure.ac: Ignore -Wchkp which is deprecated
This commit is contained in:
parent
cd21cb3812
commit
f3b25875ab
@ -403,6 +403,7 @@ if test -n "$WARN_CFLAGS"; then
|
||||
nw="$nw -Wcast-function-type" # gcc 8, very noisy
|
||||
nw="$nw -Wabi" # gcc 8, very noisy
|
||||
nw="$nw -Wunused-macros" # triggers in auto-generated lex css parser, #pragma doesn't work, conflicts with -Werror
|
||||
nw="$nw -Wchkp" # Deprecated option
|
||||
if test "$cross_compiling" = yes; then
|
||||
nw="$nw -Wformat"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user