mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
* 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 |
||
---|---|---|
.. | ||
chunks.cpp | ||
CMakeLists.txt | ||
CMakeTests.cmake | ||
compound.cpp | ||
create.cpp | ||
expected.out | ||
extend_ds.cpp | ||
h5group.cpp | ||
h5tutr_cmprss.cpp | ||
h5tutr_crtatt.cpp | ||
h5tutr_crtdat.cpp | ||
h5tutr_crtgrp.cpp | ||
h5tutr_crtgrpar.cpp | ||
h5tutr_crtgrpd.cpp | ||
h5tutr_extend.cpp | ||
h5tutr_rdwt.cpp | ||
h5tutr_subset.cpp | ||
Makefile.am | ||
readdata.cpp | ||
run-c++-ex.sh.in | ||
testh5c++.sh.in | ||
writedata.cpp |