From bab0811d56e183a071fc4098a616bad50dd3dc2b Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 3 Aug 2010 11:40:01 +0000 Subject: [PATCH] configure: Add -Wno-parentheses to CFLAGS git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31909 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index cfac69eff8..c7f9b163df 100755 --- a/configure +++ b/configure @@ -2430,7 +2430,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 -O2 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" + CFLAGS="-Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -O2 $_march $_mcpu $_pipe -ffast-math -fomit-frame-pointer" extra_ldflags="$extra_ldflags -ffast-math" fi else -- 2.11.4.GIT