summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-22 17:57:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-22 17:57:22 (GMT)
commitf61c8d297f7aa4518c7a3037052471b059479c07 (patch)
treed2afee723ffcb7e913f5a196fa811208d769d395 /config/gnu-flags
parent3f1fd6b06d31ee309b36f90a749dad326351d90d (diff)
downloadhdf5-f61c8d297f7aa4518c7a3037052471b059479c07.zip
hdf5-f61c8d297f7aa4518c7a3037052471b059479c07.tar.gz
hdf5-f61c8d297f7aa4518c7a3037052471b059479c07.tar.bz2
Revert accidental change
Diffstat (limited to 'config/gnu-flags')
-rw-r--r--config/gnu-flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags
index f23ad68..ede17fb 100644
--- a/config/gnu-flags
+++ b/config/gnu-flags
@@ -292,7 +292,7 @@ if test "X-gcc" = "X-$cc_vendor"; then
# gcc 7
if test $cc_vers_major -ge 7; then
DEVELOPER_WARNING_CFLAGS="$DEVELOPER_WARNING_CFLAGS -Wstringop-overflow=2"
- H5_CFLAGS="$H5_CFLAGS -Walloc-zero -Walloca -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=1 -Wimplicit-fallthrough=5 -Wrestrict"
+ H5_CFLAGS="$H5_CFLAGS -Walloc-zero -Walloca -Wduplicated-branches -Wformat-overflow=2 -Wformat-truncation=2 -Wimplicit-fallthrough=5 -Wrestrict"
fi
# gcc 8