[MPlayer-cvslog] r23496 - trunk/configure

cehoyos subversion at mplayerhq.hu
Thu Jun 7 19:23:23 CEST 2007


Author: cehoyos
Date: Thu Jun  7 19:23:23 2007
New Revision: 23496

Log:
Add -Wno-switch to CFLAGS.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jun  7 19:23:23 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-switch -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
   fi
 else
   _warn_CFLAGS=yes



More information about the MPlayer-cvslog mailing list