hdf5/tools
Sean McBride 5ed255a607
Fixed all -Wincompatible-pointer-types-discards-qualifiers warnings (#341)
* Fixed various -Wincompatible-pointer-types-discards-qualifiers warnings by adding const

* Fixed various -Wincompatible-pointer-types-discards-qualifiers warning by removing extraneous consts

There were casts with const, but the function parameter doesn't actaully take const, so just modified the casts.

In the other case, a local variable was const that should not have been, becuase its source wasn't const either.

* Fixed a -Wincompatible-pointer-types-discards-qualifiers warning by strdup-ing a string

Create a duplicate string instead of mutating a supposedly const one.
2021-02-22 11:37:12 -06:00
..
lib Fixed all -Wincompatible-pointer-types-discards-qualifiers warnings (#341) 2021-02-22 11:37:12 -06:00
libtest Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
src Fixed uninitialized warnings (#360) 2021-02-19 11:25:44 -06:00
test Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
testfiles HDFFV-11096 replace backticks with doublequotes 2020-10-04 11:46:42 -05:00
CMakeLists.txt TRILAB-142 Change minimum CMake version to 3.12 2020-02-21 16:16:06 -06:00
COPYING 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