mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-10 07:14:15 +03:00
configure: suppress bogus pointer-int cast warnings
This commit is contained in:
parent
3e4b2cdc1b
commit
adbeefbebd
1
configure
vendored
1
configure
vendored
@ -382,6 +382,7 @@ tryflag CFLAGS_AUTO -Wno-missing-braces
|
||||
tryflag CFLAGS_AUTO -Wno-unused-value
|
||||
tryflag CFLAGS_AUTO -Wno-unused-but-set-variable
|
||||
tryflag CFLAGS_AUTO -Wno-unknown-pragmas
|
||||
tryflag CFLAGS_AUTO -Wno-pointer-to-int-cast
|
||||
fi
|
||||
|
||||
# Some patched GCC builds have these defaults messed up...
|
||||
|
Loading…
x
Reference in New Issue
Block a user