diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-05-18 13:02:00 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-05-18 13:02:00 (GMT) |
commit | 6c1b7958de946720d920ff4d44417176ac43218e (patch) | |
tree | d1572699dbef19b44e07417bb0e7e2cdb4d01986 /config | |
parent | 067c5254f1d7a8dba50d03c5e16b92efb61ec5af (diff) | |
parent | 67983bc4313fecf3763f5b337b612357a3ee033b (diff) | |
download | hdf5-6c1b7958de946720d920ff4d44417176ac43218e.zip hdf5-6c1b7958de946720d920ff4d44417176ac43218e.tar.gz hdf5-6c1b7958de946720d920ff4d44417176ac43218e.tar.bz2 |
Merge pull request #2589 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10
* commit '67983bc4313fecf3763f5b337b612357a3ee033b':
Updated code in H5Xtest.c files and associated tests. Reverted overlong-strings warning that gives jam issues.
Misc library test changes from develop.
Diffstat (limited to 'config')
-rw-r--r-- | config/gnu-warnings/no-developer-general | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/gnu-warnings/no-developer-general b/config/gnu-warnings/no-developer-general index 18831dd..85dc0a3 100644 --- a/config/gnu-warnings/no-developer-general +++ b/config/gnu-warnings/no-developer-general @@ -2,7 +2,3 @@ -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 |