[MPlayer-cvslog] r23494 - trunk/configure

cehoyos subversion at mplayerhq.hu
Thu Jun 7 18:36:56 CEST 2007


Author: cehoyos
Date: Thu Jun  7 18:36:55 2007
New Revision: 23494

Log:
Add -Wno-pointer-sign to CFLAGS

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jun  7 18:36:55 2007
@@ -2251,7 +2251,7 @@ elif test -z "$CFLAGS" ; then
   elif test "$cc_vendor" != "gnu" ; then
     CFLAGS="-O2 $_march $_mcpu $_pipe"
   else
-    CFLAGS="-Wall -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
+    CFLAGS="-Wall -Wno-pointer-sign -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
   fi
 else
   _warn_CFLAGS=yes



More information about the MPlayer-cvslog mailing list