aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 321c254db5..2bd998cc19 100755
--- a/configure
+++ b/configure
@@ -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;