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 /bin | |
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 'bin')
-rwxr-xr-x | bin/genparser | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/genparser b/bin/genparser index dab2de7..619dbfa 100755 --- a/bin/genparser +++ b/bin/genparser @@ -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 |