summaryrefslogtreecommitdiffstats
path: root/bin/genparser
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-07 17:04:50 (GMT)
committerGitHub <noreply@github.com>2023-06-07 17:04:50 (GMT)
commite1e2ec3093c653858f02298b5a9c7d5cfbc9f6e4 (patch)
treec4be64c5af7cecc74e70c9911dc536bb3e046563 /bin/genparser
parent65da430c1129f03db2db70350ca7348bd6f1be76 (diff)
downloadhdf5-e1e2ec3093c653858f02298b5a9c7d5cfbc9f6e4.zip
hdf5-e1e2ec3093c653858f02298b5a9c7d5cfbc9f6e4.tar.gz
hdf5-e1e2ec3093c653858f02298b5a9c7d5cfbc9f6e4.tar.bz2
Minor normalization w/ develop (#3073)
Mostly bin directory * bin/release uses sha256 * bin/h5vers whitespace changes * bin/genparser warning fixes + HL changes * Add bin directory for make distclean
Diffstat (limited to 'bin/genparser')
-rwxr-xr-xbin/genparser3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/genparser b/bin/genparser
index bb44a91..619dbfa 100755
--- a/bin/genparser
+++ b/bin/genparser
@@ -3,7 +3,7 @@
# Copyright by The HDF Group.
# All rights reserved.
#
-# This file is part of HDF5. The full HDF5 copyright notice, including
+# This file is part of HDF5. The full HDF5 copyright notice, including
# terms governing use, modification, and redistribution, is contained in
# the COPYING file, which can be found at the root of the source code
# distribution tree, or in https://www.hdfgroup.org/licenses.
@@ -236,6 +236,7 @@ do
echo '#pragma GCC diagnostic ignored "-Wsign-conversion" ' >> tmp.out
echo '#pragma GCC diagnostic ignored "-Wstrict-overflow" ' >> tmp.out
echo '#pragma GCC diagnostic ignored "-Wstrict-prototypes" ' >> tmp.out
+ echo '#pragma GCC diagnostic ignored "-Wimplicit-fallthrough" ' >> tmp.out
echo '#if !defined (__clang__) ' >> tmp.out
echo '#pragma GCC diagnostic ignored "-Wlarger-than=" ' >> tmp.out
echo '#pragma GCC diagnostic ignored "-Wsuggest-attribute=const" ' >> tmp.out