From 80afc9360a04b7714b97d08dab6310ff8e6a364a Mon Sep 17 00:00:00 2001 From: cehoyos Date: Mon, 2 Jul 2007 22:02:59 +0000 Subject: Add equivalent of -Wno-pointer-sign for icc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23708 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index afcc017a00..2a830d8afb 100755 --- a/configure +++ b/configure @@ -2249,7 +2249,7 @@ if test "$_profile" != "" || test "$_debug" != "" ; then _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 -- cgit v1.2.3