diff options
author | rofl0r <retnyg@gmx.net> | 2014-01-08 03:11:46 +0100 |
---|---|---|
committer | rofl0r <retnyg@gmx.net> | 2014-02-23 11:09:33 +0100 |
commit | adbeefbebdae8ef48b3a46e9bb7700678d42631f (patch) | |
tree | 8476b9da35aff91088966dda560cafb4c69533bf /configure | |
parent | 3e4b2cdc1b3b881ffdcd8f2119a7bf850f01954d (diff) | |
download | musl-adbeefbebdae8ef48b3a46e9bb7700678d42631f.tar.gz musl-adbeefbebdae8ef48b3a46e9bb7700678d42631f.tar.xz musl-adbeefbebdae8ef48b3a46e9bb7700678d42631f.zip |
configure: suppress bogus pointer-int cast warnings
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure index ca4dd0bd..ff888227 100755 --- a/configure +++ b/configure @@ -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... |