diff options
author | Johannes Schickel | 2009-03-30 12:12:20 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-03-30 12:12:20 +0000 |
commit | 4076bdecbce2a93e8254eb09cb01460ce693d906 (patch) | |
tree | e37cb590882b6f8b8b6d18e3a79945d2bf8cbb49 /configure | |
parent | c8aec4c696b38aa19c2234aa55db9e7920833b32 (diff) | |
download | scummvm-rg350-4076bdecbce2a93e8254eb09cb01460ce693d906.tar.gz scummvm-rg350-4076bdecbce2a93e8254eb09cb01460ce693d906.tar.bz2 scummvm-rg350-4076bdecbce2a93e8254eb09cb01460ce693d906.zip |
Remove -Wno-parentheses switch for g++ 4.3.
svn-id: r39763
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1907,7 +1907,7 @@ if test "$_cxx_major" -ge "3" ; then fi; if test "$_cxx_major" -ge "4" && test "$_cxx_minor" -ge "3" ; then - CXXFLAGS="$CXXFLAGS -Wno-parentheses -Wno-empty-body" + CXXFLAGS="$CXXFLAGS -Wno-empty-body" else CXXFLAGS="$CXXFLAGS -Wconversion" fi; |