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 | |
| parent | 3e4b2cdc1b3b881ffdcd8f2119a7bf850f01954d (diff) | |
| download | musl-adbeefbebdae8ef48b3a46e9bb7700678d42631f.tar.gz | |
configure: suppress bogus pointer-int cast warnings
| -rwxr-xr-x | configure | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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... | 
