# HG changeset patch # User diego # Date 1280835601 0 # Node ID 96fd00615ea4d441eff08c4b9b92de8c924c51ee # Parent 74a1b164126ac1827bcadcc780b6d553d3aebc9f Add -Wno-parentheses to CFLAGS. diff -r 74a1b164126a -r 96fd00615ea4 configure --- a/configure Tue Aug 03 08:57:48 2010 +0000 +++ b/configure Tue Aug 03 11:40:01 2010 +0000 @@ -2565,7 +2565,7 @@ 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