diff options
author | Quincey Koziol <koziol@lbl.gov> | 2020-12-21 18:57:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-21 18:57:18 (GMT) |
commit | 71440cef1c4cf4757fe53906b663b286fc537ede (patch) | |
tree | b98646c4ab38431bccb5240535e3fafe921917bb /MANIFEST | |
parent | 0483817a9250d90afc685864db640367558a1e3d (diff) | |
download | hdf5-71440cef1c4cf4757fe53906b663b286fc537ede.zip hdf5-71440cef1c4cf4757fe53906b663b286fc537ede.tar.gz hdf5-71440cef1c4cf4757fe53906b663b286fc537ede.tar.bz2 |
Add compiler flags for GCC 10, along with updating warnhist script to accommodate them. (#217)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -167,7 +167,9 @@ ./config/gnu-warnings/7 ./config/gnu-warnings/8 ./config/gnu-warnings/9 +./config/gnu-warnings/9.3 ./config/gnu-warnings/cxx-general +./config/gnu-warnings/cxx-4.8 ./config/gnu-warnings/cxx-4.9 ./config/gnu-warnings/cxx-5 ./config/gnu-warnings/cxx-error-5 @@ -177,6 +179,7 @@ ./config/gnu-warnings/developer-4.8 ./config/gnu-warnings/developer-7 ./config/gnu-warnings/developer-8 +./config/gnu-warnings/developer-10 ./config/gnu-warnings/developer-general ./config/gnu-warnings/error-5 ./config/gnu-warnings/error-8 |