summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/gnu-cxxflags5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/gnu-cxxflags b/config/gnu-cxxflags
index 63cd952..f63c1dc 100644
--- a/config/gnu-cxxflags
+++ b/config/gnu-cxxflags
@@ -268,10 +268,7 @@ if test "X-g++" = "X-$cxx_vendor"; then
fi
# gcc >= 9.3
- if test $cc_vers_major -ge 10 -o $cc_vers_major -eq 9 -a $cc_vers_minor -ge 3; then
- # do not use C warnings, $(load_gnu_arguments 9.3), no cxx warnings
- # H5_CXXFLAGS="$H5_CXXFLAGS $(load_gnu_arguments cxx-9.3)"
- fi
+ # no cxx warnings, do NOT use C warnings
# gcc >= 10
if test $cc_vers_major -ge 10; then