summaryrefslogtreecommitdiffstats
path: root/config/clang-warnings
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-04-07 14:37:08 (GMT)
committerGitHub <noreply@github.com>2022-04-07 14:37:08 (GMT)
commita4e833c50c002239af8c16667b1b072e6c6fa27f (patch)
treea9a5a7a595f4291f973e5783716e4e2499edd031 /config/clang-warnings
parentdc07ef19fd055daa27026282213c63e7e74f73c2 (diff)
downloadhdf5-a4e833c50c002239af8c16667b1b072e6c6fa27f.zip
hdf5-a4e833c50c002239af8c16667b1b072e6c6fa27f.tar.gz
hdf5-a4e833c50c002239af8c16667b1b072e6c6fa27f.tar.bz2
1.12: Brings 1.12 compiler options in line with develop (#1611)
* Brings 1.12 compiler options in line with develop * Revert 'since' doxygen field in H5public.h
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