hdf5/tools
Sean McBride 65d8c93470
Many fixes to various compiler warnings (#3124)
* 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
2023-06-18 22:13:38 -07:00
..
lib Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
libtest Comment cleanup (#2689) 2023-04-11 09:41:32 -05:00
src Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
test Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
testfiles Check for overflow when calculating on-disk attribute data size (#2459) 2023-03-02 11:17:49 -06:00
CMakeLists.txt
Makefile.am Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00