diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-05-16 05:10:45 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-05-16 05:10:45 (GMT) |
commit | 63b538ab781d76aa1261d980674c871c944890d3 (patch) | |
tree | 9c70fb5391820350a0abf7fcd46e54e447014823 /config/gnu-warnings | |
parent | c30cf6d59664f63573b31efa4e73b41de168e381 (diff) | |
download | hdf5-63b538ab781d76aa1261d980674c871c944890d3.zip hdf5-63b538ab781d76aa1261d980674c871c944890d3.tar.gz hdf5-63b538ab781d76aa1261d980674c871c944890d3.tar.bz2 |
Misc fixes and changes from develop.
Diffstat (limited to 'config/gnu-warnings')
-rw-r--r-- | config/gnu-warnings/no-developer-general | 4 |
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 |