From adbeefbebdae8ef48b3a46e9bb7700678d42631f Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 8 Jan 2014 03:11:46 +0100 Subject: configure: suppress bogus pointer-int cast warnings --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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... -- cgit v1.2.1