summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings-developer-4.7
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-25 17:38:15 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:56 (GMT)
commit5e3e0308dbf5880ffc8b403fac7233ce6c6d4413 (patch)
tree87cf5b49a275a49024a5da05ed3562202ba00273 /config/gnu-warnings-developer-4.7
parentcde72dfc27300c6ce3e2a2b92ab4efcf1f0bf9e1 (diff)
downloadhdf5-5e3e0308dbf5880ffc8b403fac7233ce6c6d4413.zip
hdf5-5e3e0308dbf5880ffc8b403fac7233ce6c6d4413.tar.gz
hdf5-5e3e0308dbf5880ffc8b403fac7233ce6c6d4413.tar.bz2
Break out warnings into more files that autoconf and CMake can share. This
change temporarily disables the warnings that were promoted to errors, but I will add those warnings back as warnings, not errors, in the next commit.
Diffstat (limited to 'config/gnu-warnings-developer-4.7')
-rw-r--r--config/gnu-warnings-developer-4.77
1 files changed, 7 insertions, 0 deletions
diff --git a/config/gnu-warnings-developer-4.7 b/config/gnu-warnings-developer-4.7
new file mode 100644
index 0000000..a3b0781
--- /dev/null
+++ b/config/gnu-warnings-developer-4.7
@@ -0,0 +1,7 @@
+-Wsuggest-attribute=noreturn
+-Wsuggest-attribute=pure
+#
+# It's not clear that -Wvector-operation-performance warnings are
+# actionable, so they are demoted to "developer" warnings.
+#
+-Wvector-operation-performance