hdf5/c++/test
Sean McBride 580008d5bb
More warning fixes (#400)
* Fixed -Wunused-local-typedef warning

* Fixed -Wformat warnings

In one case also removed a `z` character. There was a `z%d` that I think was supposed to be `%zd`

* Fixed -Wshorten-64-to-32 warnings

* Fixed -Wself-assign warnings

* Fixed -Wreserved-id-macro warnings

* Commit format changes from clang-format, clang version 10.0.1.

* Fixed -Wself-assign warnings

* Fixed -Wunused-local-typedef warning

* Fixed -Wformat warnings

In two cases also removed a `z` character. There was a `z%d` that was supposed to be `%zd`.

* Fixed -Wshorten-64-to-32 warnings

* Fixed -Wreserved-id-macro warnings

* Fixed -Wself-assign warnings

* Format source.

* Remove blank lines to pass format check.

Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
2021-03-04 15:06:30 -06:00
..
CMakeLists.txt CMake: Add an option to opt-out static libgcc 2020-10-31 10:31:38 +01:00
CMakeTests.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
CMakeVFDTests.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
dsets.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5cpputil.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5cpputil.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5srcdir_str.h.in Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
Makefile.am Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
tarray.cpp More warning fixes (#400) 2021-03-04 15:06:30 -06:00
tattr.cpp More warning fixes (#400) 2021-03-04 15:06:30 -06:00
tcompound.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
tdspl.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
testhdf5.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
tfile.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
tfilter.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
th5s.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
th5s.h5
titerate.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
tlinks.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
tobject.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
trefer.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
ttypes.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
tvlstr.cpp Update license url part2 (#333) 2021-02-17 08:52:36 -06:00