summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/4.8
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-07 18:50:22 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-07 18:50:22 (GMT)
commita975a8d0eb3244d1a08afc80133a12279d1f90e5 (patch)
treea6fd0141f08c29b013cb6b613c2fcdf17e7c8d39 /config/gnu-warnings/4.8
parent51ab52ad4298913d18d1f8c3be7e2c2a410c58a8 (diff)
downloadhdf5-a975a8d0eb3244d1a08afc80133a12279d1f90e5.zip
hdf5-a975a8d0eb3244d1a08afc80133a12279d1f90e5.tar.gz
hdf5-a975a8d0eb3244d1a08afc80133a12279d1f90e5.tar.bz2
Removes unsuffixed float warnings
These warnings can only be addressed with gnu extensions.
Diffstat (limited to 'config/gnu-warnings/4.8')
-rw-r--r--config/gnu-warnings/4.83
1 files changed, 3 insertions, 0 deletions
diff --git a/config/gnu-warnings/4.8 b/config/gnu-warnings/4.8
index c7e3dd1..05f4d92 100644
--- a/config/gnu-warnings/4.8
+++ b/config/gnu-warnings/4.8
@@ -9,6 +9,9 @@
# 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
# warning flags added for GCC >= 4.6
-Wdouble-promotion