summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-04-26 11:22:12 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:37:19 (GMT)
commit97431e256b70a393605d515f186e914a044a3fee (patch)
tree2949bcc6c360656891076e9313576cb21a6abad6 /config
parentd90b2ae7e23cfc543532e340013a517f05ff7882 (diff)
downloadhdf5-97431e256b70a393605d515f186e914a044a3fee.zip
hdf5-97431e256b70a393605d515f186e914a044a3fee.tar.gz
hdf5-97431e256b70a393605d515f186e914a044a3fee.tar.bz2
Moved -Woverlength-strings to the developer flags.
Diffstat (limited to 'config')
-rw-r--r--config/gnu-warnings/no-developer-general4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/gnu-warnings/no-developer-general b/config/gnu-warnings/no-developer-general
index 85dc0a3..18831dd 100644
--- a/config/gnu-warnings/no-developer-general
+++ b/config/gnu-warnings/no-developer-general
@@ -2,3 +2,7 @@
-Wno-inline
-Wno-missing-format-attribute
-Wno-missing-noreturn
+# NOTE: -pedantic includes -Woverlength-strings which triggers a warning
+# regarding the library settings string (H5libhdf5_settings). We'll turn
+# it off here but leave it on in the developer flags.
+-Wno-overlength-strings