# HG changeset patch # User cehoyos # Date 1181234215 0 # Node ID 77358493cd6b7f2509ada9699f70f38e3a367051 # Parent 930a757b9bc09ff138df083d834af9dd6b2ccb2d Add -Wno-pointer-sign to CFLAGS diff -r 930a757b9bc0 -r 77358493cd6b configure --- a/configure Thu Jun 07 16:23:49 2007 +0000 +++ b/configure Thu Jun 07 16:36:55 2007 +0000 @@ -2251,7 +2251,7 @@ elif test "$cc_vendor" != "gnu" ; then CFLAGS="-O2 $_march $_mcpu $_pipe" else - CFLAGS="-Wall -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" + CFLAGS="-Wall -Wno-pointer-sign -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" fi else _warn_CFLAGS=yes