summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-02-07 14:33:17 (GMT)
committerGitHub <noreply@github.com>2023-02-07 14:33:17 (GMT)
commit4e621441ce93459323d650561030613d3a103a9e (patch)
treefb154ba21ae480bd1777bb0137b09da0fda4ca79 /config/gnu-warnings
parent35a9c849cd6c87f563ab27ce724159c150801c9b (diff)
downloadhdf5-4e621441ce93459323d650561030613d3a103a9e.zip
hdf5-4e621441ce93459323d650561030613d3a103a9e.tar.gz
hdf5-4e621441ce93459323d650561030613d3a103a9e.tar.bz2
Updates to known problem, release date, and cherry-picks of latest changes to hdf5_1_8. (#2430)
--------- Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
Diffstat (limited to 'config/gnu-warnings')
-rw-r--r--config/gnu-warnings/general9
1 files changed, 4 insertions, 5 deletions
diff --git a/config/gnu-warnings/general b/config/gnu-warnings/general
index a7a20b7..8b3af50 100644
--- a/config/gnu-warnings/general
+++ b/config/gnu-warnings/general
@@ -15,7 +15,10 @@
-Winit-self
-Winvalid-pch
-Wmissing-include-dirs
-#
+-Wshadow
+-Wundef
+-Wwrite-strings
+-pedantic
# NOTE: Due to the divergence in the C and C++, we're dropping support for
# compiling the C library with a C++ compiler and dropping the -Wc++-compat
# warning.
@@ -26,7 +29,3 @@
# it to the developer flags.
#
-Wno-format-nonliteral
--Wshadow
--Wundef
--Wwrite-strings
--pedantic