summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-04-26 11:22:12 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-04-26 11:22:12 (GMT)
commitc3367e6634d4dee88ff855da08e312f6685c23af (patch)
treeca46b12785e08c259bf1d757e7cb867c4e603166 /config/gnu-warnings
parente54f5a14d28cf9eb1226ce7feab2e2600d3984b4 (diff)
downloadhdf5-c3367e6634d4dee88ff855da08e312f6685c23af.zip
hdf5-c3367e6634d4dee88ff855da08e312f6685c23af.tar.gz
hdf5-c3367e6634d4dee88ff855da08e312f6685c23af.tar.bz2
Moved -Woverlength-strings to the developer flags.
Diffstat (limited to 'config/gnu-warnings')
-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