diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-07 17:04:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-07 17:04:50 (GMT) |
commit | e1e2ec3093c653858f02298b5a9c7d5cfbc9f6e4 (patch) | |
tree | c4be64c5af7cecc74e70c9911dc536bb3e046563 /hl | |
parent | 65da430c1129f03db2db70350ca7348bd6f1be76 (diff) | |
download | hdf5-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 'hl')
-rw-r--r-- | hl/src/H5LTanalyze.c | 1 | ||||
-rw-r--r-- | hl/src/H5LTparse.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hl/src/H5LTanalyze.c b/hl/src/H5LTanalyze.c index ec7247d..55505c5 100644 --- a/hl/src/H5LTanalyze.c +++ b/hl/src/H5LTanalyze.c @@ -10,6 +10,7 @@ #pragma GCC diagnostic ignored "-Wsign-conversion" #pragma GCC diagnostic ignored "-Wstrict-overflow" #pragma GCC diagnostic ignored "-Wstrict-prototypes" +#pragma GCC diagnostic ignored "-Wimplicit-fallthrough" #if !defined (__clang__) #pragma GCC diagnostic ignored "-Wlarger-than=" #pragma GCC diagnostic ignored "-Wsuggest-attribute=const" diff --git a/hl/src/H5LTparse.c b/hl/src/H5LTparse.c index 7f552d8..fe9854e 100644 --- a/hl/src/H5LTparse.c +++ b/hl/src/H5LTparse.c @@ -10,6 +10,7 @@ #pragma GCC diagnostic ignored "-Wsign-conversion" #pragma GCC diagnostic ignored "-Wstrict-overflow" #pragma GCC diagnostic ignored "-Wstrict-prototypes" +#pragma GCC diagnostic ignored "-Wimplicit-fallthrough" #if !defined (__clang__) #pragma GCC diagnostic ignored "-Wlarger-than=" #pragma GCC diagnostic ignored "-Wsuggest-attribute=const" |