Mercurial > mplayer.hg
changeset 31830:96fd00615ea4
Add -Wno-parentheses to CFLAGS.
author | diego |
---|---|
date | Tue, 03 Aug 2010 11:40:01 +0000 |
parents | 74a1b164126a |
children | 2cbafa9f6758 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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