summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-01-23 22:35:16 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-01-23 22:35:16 (GMT)
commit6486e06545bf637d46e18a787395542f4fca143a (patch)
tree66a8cfc5bb4844ebe24e59163589fbb17cc2f14a /config/gnu-flags
parent12bc75c6172ca7b64c33b17cf538a7629500cf2f (diff)
downloadhdf5-6486e06545bf637d46e18a787395542f4fca143a.zip
hdf5-6486e06545bf637d46e18a787395542f4fca143a.tar.gz
hdf5-6486e06545bf637d46e18a787395542f4fca143a.tar.bz2
Revert "Moved -Wunsuffixed-float-constants to the developer warnings."
This reverts commit 12bc75c6172ca7b64c33b17cf538a7629500cf2f.
Diffstat (limited to 'config/gnu-flags')
-rw-r--r--config/gnu-flags4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/gnu-flags b/config/gnu-flags
index eaa30a9..a5f3258 100644
--- a/config/gnu-flags
+++ b/config/gnu-flags
@@ -235,9 +235,7 @@ if test "X-gcc" = "X-$cc_vendor"; then
# gcc 4.5
if test $cc_vers_major -ge 5 -o $cc_vers_major -eq 4 -a $cc_vers_minor -ge 5; then
- H5_CFLAGS="$H5_CFLAGS -Wstrict-overflow=5 -Wjump-misses-init"
- DEVELOPER_WARNING_CFLAGS="$DEVELOPER_WARNING_CFLAGS -Wunsuffixed-float-constants"
- NO_DEVELOPER_WARNING_CFLAGS="$NO_DEVELOPER_WARNING_CFLAGS -Wno-unsuffixed-float-constants"
+ H5_CFLAGS="$H5_CFLAGS -Wstrict-overflow=5 -Wjump-misses-init -Wunsuffixed-float-constants"
fi
# gcc 4.6