# HG changeset patch # User cehoyos # Date 1183413779 0 # Node ID 3454aed9d083dc4aa62f188bfa2f50e3b7dea50b # Parent 20673742a6e7627216f9ea960eaf9c4b1f8b1305 Add equivalent of -Wno-pointer-sign for icc diff -r 20673742a6e7 -r 3454aed9d083 configure --- a/configure Mon Jul 02 21:34:39 2007 +0000 +++ b/configure Mon Jul 02 22:02:59 2007 +0000 @@ -2249,7 +2249,7 @@ _install_strip= elif test -z "$CFLAGS" ; then if test "$cc_vendor" = "intel" ; then - CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer" + CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer -wd167" elif test "$cc_vendor" != "gnu" ; then CFLAGS="-O2 $_march $_mcpu $_pipe" else