changeset 23688:3454aed9d083

Add equivalent of -Wno-pointer-sign for icc
author cehoyos
date Mon, 02 Jul 2007 22:02:59 +0000
parents 20673742a6e7
children 3f0d00abc073
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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