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 /config/gnu-warnings/4.8 | |
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 'config/gnu-warnings/4.8')
-rw-r--r-- | config/gnu-warnings/4.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gnu-warnings/4.8 b/config/gnu-warnings/4.8 index 05f4d92..fa678ff 100644 --- a/config/gnu-warnings/4.8 +++ b/config/gnu-warnings/4.8 @@ -9,6 +9,7 @@ # warning flag added for GCC >= 4.5 -Wstrict-overflow=5 + # This warning can only be truly addressed using the gcc extension of # using D to indicate doubles (e.g., 1.23D). -Wno-unsuffixed-float-constants |