mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
configure: suppress bogus pointer-int cast warnings
This commit is contained in:
parent
3e4b2cdc1b
commit
adbeefbebd
1 changed files with 1 additions and 0 deletions
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…
Add table
Reference in a new issue