summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/cxx-noerror-5
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-10-14 19:29:25 (GMT)
committerGitHub <noreply@github.com>2021-10-14 19:29:25 (GMT)
commit69fcf58e7f329246c00fd40aa35a02d7e1919b7d (patch)
tree74386b4652093616ddd3165fe14c9d8897dcb16b /config/gnu-warnings/cxx-noerror-5
parent8299373d41b74d988196b80f55f25efe43b7531c (diff)
downloadhdf5-69fcf58e7f329246c00fd40aa35a02d7e1919b7d.zip
hdf5-69fcf58e7f329246c00fd40aa35a02d7e1919b7d.tar.gz
hdf5-69fcf58e7f329246c00fd40aa35a02d7e1919b7d.tar.bz2
Merge delete the noerror- variants of the compiler flags files #1033 (#1092)
Diffstat (limited to 'config/gnu-warnings/cxx-noerror-5')
-rw-r--r--config/gnu-warnings/cxx-noerror-511
1 files changed, 0 insertions, 11 deletions
diff --git a/config/gnu-warnings/cxx-noerror-5 b/config/gnu-warnings/cxx-noerror-5
deleted file mode 100644
index 7bce3e8..0000000
--- a/config/gnu-warnings/cxx-noerror-5
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# In GCC 4.4.7, the compiler gripes about shadowed global
-# declarations when a local variable uses the name of a
-# function that's in a system header file. For some reason,
-# later versions of GCC (e.g., 5.2.0) don't complain about
-# the shadowed globals. Maybe later versions are less fussy?
-# Anyway, the shadowing seems to be harmless, and GCC 4.4.7
-# is not a supported compiler, so let us promote shadowed globals
-# warnings to errors only for GCC 5 and later.
-#
--Wshadow