[MPlayer-cvslog] r24051 - trunk/configure

cehoyos subversion at mplayerhq.hu
Mon Aug 13 10:30:53 CEST 2007


Author: cehoyos
Date: Mon Aug 13 10:30:53 2007
New Revision: 24051

Log:
Remove additional warnings when using icc - similar to -Wno-pointer-sign.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Aug 13 10:30:53 2007
@@ -2290,7 +2290,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 -wd167"
+    CFLAGS="-O2 $_march $_mcpu $_pipe -fomit-frame-pointer -wd167 -wd556 -wd144"
   elif test "$cc_vendor" != "gnu" ; then
     CFLAGS="-O2 $_march $_mcpu $_pipe"
   else



More information about the MPlayer-cvslog mailing list