[MPlayer-cvslog] r31909 - trunk/configure

diego subversion at mplayerhq.hu
Tue Aug 3 13:40:01 CEST 2010


Author: diego
Date: Tue Aug  3 13:40:01 2010
New Revision: 31909

Log:
Add -Wno-parentheses to CFLAGS.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Aug  3 10:57:48 2010	(r31908)
+++ trunk/configure	Tue Aug  3 13:40:01 2010	(r31909)
@@ -2565,7 +2565,7 @@ elif test -z "$CFLAGS" ; then
   elif test "$cc_vendor" != "gnu" ; then
     CFLAGS="-O2 $_march $_mcpu $_pipe"
   else
-    CFLAGS="-Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
+    CFLAGS="-Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -O4 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer"
     extra_ldflags="$extra_ldflags -ffast-math"
   fi
 else


More information about the MPlayer-cvslog mailing list