summaryrefslogtreecommitdiffstats
path: root/config/clang-warnings
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-03-11 19:10:20 (GMT)
committerGitHub <noreply@github.com>2022-03-11 19:10:20 (GMT)
commit1f9228316c3177fa632979fa89e8753d35770efb (patch)
tree6cc848902106047614c3136ec063e25af1696e3f /config/clang-warnings
parent01209d277767cc66d11d4c1ef874ed493000f78c (diff)
downloadhdf5-1f9228316c3177fa632979fa89e8753d35770efb.zip
hdf5-1f9228316c3177fa632979fa89e8753d35770efb.tar.gz
hdf5-1f9228316c3177fa632979fa89e8753d35770efb.tar.bz2
Fixes for format string warnings raised by -Wformat=2/-Wformat-security (#1489)
Diffstat (limited to 'config/clang-warnings')
-rw-r--r--config/clang-warnings/developer-general1
-rw-r--r--config/clang-warnings/general16
2 files changed, 5 insertions, 12 deletions
diff --git a/config/clang-warnings/developer-general b/config/clang-warnings/developer-general
index 74d8404..b80552f 100644
--- a/config/clang-warnings/developer-general
+++ b/config/clang-warnings/developer-general
@@ -1,4 +1,3 @@
--Wformat-nonliteral
-Wmissing-noreturn
-Wsometimes-uninitialized
-Wswitch-enum
diff --git a/config/clang-warnings/general b/config/clang-warnings/general
index f0c9b93..433dff9 100644
--- a/config/clang-warnings/general
+++ b/config/clang-warnings/general
@@ -8,19 +8,13 @@
-Wformat=2
-Wframe-larger-than=16384
-Wimplicit-fallthrough
-#
-# 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.
-#
--Wno-c++-compat
-#
-# NOTE: Disable the -Wformat-nonliteral from -Wformat=2 here and re-add
-# it to the developer flags.
-#
--Wno-format-nonliteral
-Wnull-dereference
-Wunused-const-variable
-Wwrite-strings
-Wpedantic
-Wvolatile-register-var
+# 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.
+#
+-Wno-c++-compat