summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/cxx-noerror-general
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-general
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-general')
-rw-r--r--config/gnu-warnings/cxx-noerror-general32
1 files changed, 0 insertions, 32 deletions
diff --git a/config/gnu-warnings/cxx-noerror-general b/config/gnu-warnings/cxx-noerror-general
deleted file mode 100644
index 8cc1d94..0000000
--- a/config/gnu-warnings/cxx-noerror-general
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# HDF5 code should not trigger the following warnings under any
-# circumstances, so ask the compiler to treat them as errors:
-#
-# NOTE: c++/test files are not compatible with these warnings as errors
-# c++/test/tcompound.cpp
-# -Werror=cast-align
--Wcast-align
-# NOTE: c++/src files are not compatible with these warnings as errors
-# c++/src/H5Object.cpp
-# -Werror=missing-declarations
--Wmissing-declarations
--Wpacked
--Wredundant-decls
--Wswitch
-# NOTE: c++/test files are not compatible with these warnings as errors
-# c++/test/tattr.cpp
-# -Werror=unused-but-set-variable
--Wunused-but-set-variable
--Wunused-function
--Wunused-variable
-# NOTE: c++/src files are not compatible with these warnings as errors
-# c++/src/H5Object.cpp,c++/src/H5StrType.cpp,c++/src/H5PredType.cpp
-# -Werror=unused-parameter
--Wunused-parameter
-#
-# Other files not compatible
-# NOTE: c++/test files are not compatible with these warnings as errors
-# c++/test/titerate.cpp,c++/test/tarray.cpp
-# -Werror=missing-declarations
-# c++/test/titerate.cpp,c++/test/tarray.cpp,c++/test/tlinks.cpp,c++/test/ttypes.cpp,c++/test/dsets.cpp
-# -Werror=unused-parameter