Commits
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) * commit '30ca0cdc9a0b1f7fc1521007c65d9baeb69c9a23': fix bad function cast warning initialization discards const warning testpar/t_2Gio.c: Fix a typo that I think was introduced by a previous warnings PR. An array element was assigned to itself---shape[2]Â =Â shape[2];---instead of being assigned to chunk[2]. Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required. Reduce differences between my -Werror branch and `develop`: fix unused function warning