hdf5/hl
Sean McBride 1f2bba5255
Modified gcc/clang warning suppression macros to account for some warnings flags being supported by one compiler but not the other (#379)
* Committing clang-format changes

* Fixed GCC warning suppression pragmas to also work with clang

H5_GCC_DIAG_ON remains gcc-only.

Added a new H5_CLANG_DIAG_ON that's clang-only, but it's not used anywhere currently.

Added a new H5_GCC_CLANG_DIAG_ON that works with both compilers, which afterall support mostly the same warnings.  Changed almost all uses of H5_GCC_DIAG_ON to use H5_GCC_CLANG_DIAG_ON, with the exception of a couple, where they really were suppressing gcc-only warnings.

* Committing clang-format changes

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-09-16 07:42:20 -05:00
..
c++ More clang tidy (#908) 2021-08-23 16:14:53 -05:00
examples More clang tidy (#908) 2021-08-23 16:14:53 -05:00
fortran Java and fortran cmake changes (#694) 2021-05-28 21:56:29 -05:00
src Modified gcc/clang warning suppression macros to account for some warnings flags being supported by one compiler but not the other (#379) 2021-09-16 07:42:20 -05:00
test Add high-level set/get for unsigned long long attributes. (#973) 2021-09-08 15:53:15 -05:00
tools OESS-168:Remove clang warnings. (#835) 2021-07-26 15:18:15 -05:00
CMakeLists.txt CMake and script changes for clang-format 2020-09-04 16:36:52 -05:00
Makefile.am Update license url part2 (#333) 2021-02-17 08:52:36 -06:00