summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDFTests.c
Commit message (Collapse)AuthorAgeFilesLines
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-2/+2
| | | | | | | | | | | * Fixed various -Wmissing-variable-declarations by adding static keyword * In a few cases, renamed the variable suffix from _g to _s. * Fixed some -Wmissing-variable-declarations by using different declaration macros * Fixed various -Wconditional-uninitialized warnings by just initializing variable to zero * Fixed various -Wcomma warnings * Fixed clang -Wstrict-prototypes warnings * Fixed various -Wunused-variable warnings * Updated some casts to fix the only 3 -Wcast-qual warnings * Fixed the only -Wsometimes-uninitialized warning
* Tidying of configure check C code (#2077)Dana Robinson2022-08-291-67/+71
| | | | | * Tidying of configure check C code * Fixed missing endif removal
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-191-0/+213
At one time this content was a git submodule shared between several projects but that time has long passed.