hdf5/c++/examples
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
..
chunks.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
CMakeLists.txt Update CMake code to 3.18 minimum version (#2080) 2022-09-02 17:31:29 -07:00
CMakeTests.cmake Minor fixes for CMake code and install docs (#2623) 2023-04-03 14:38:10 -07:00
compound.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
create.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
expected.out [svn-r13881] Purpose: Updated C++ examples expected output 2007-06-19 12:12:01 -05:00
extend_ds.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5group.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5tutr_cmprss.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5tutr_crtatt.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5tutr_crtdat.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5tutr_crtgrp.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5tutr_crtgrpar.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5tutr_crtgrpd.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5tutr_extend.cpp Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
h5tutr_rdwt.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
h5tutr_subset.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
Makefile.am Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
readdata.cpp Many fixes to various compiler warnings (#3124) 2023-06-18 22:13:38 -07:00
run-c++-ex.sh.in Minor things noticed while merging to 1.10 (#1739) 2022-05-06 11:06:52 -07:00
testh5c++.sh.in Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
writedata.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00