[MPlayer-cvslog] r23708 - trunk/configure

cehoyos subversion at mplayerhq.hu
Tue Jul 3 00:02:59 CEST 2007


Author: cehoyos
Date: Tue Jul  3 00:02:59 2007
New Revision: 23708

Log:
Add equivalent of -Wno-pointer-sign for icc

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Jul  3 00:02:59 2007
@@ -2249,7 +2249,7 @@ if test "$_profile" != "" || test "$_deb
   _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



More information about the MPlayer-cvslog mailing list