diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-08-26 16:51:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-26 16:51:34 (GMT) |
commit | 8f9098b284b1551bae0fa9339eeeda64cc1d8641 (patch) | |
tree | 2c4ae82b7574d91b0f0eb4c73b1bbbb45df3f91c /hl | |
parent | d1cd849674c6e1c343930ca10b73d8170f20081e (diff) | |
download | hdf5-8f9098b284b1551bae0fa9339eeeda64cc1d8641.zip hdf5-8f9098b284b1551bae0fa9339eeeda64cc1d8641.tar.gz hdf5-8f9098b284b1551bae0fa9339eeeda64cc1d8641.tar.bz2 |
Misc normalization with develop (#3436)
Mostly .github and config directories
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..9550981 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" |