diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-05-26 15:43:56 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-05-26 15:43:56 (GMT) |
commit | cf80aac401af8781d7224f91e421a3bc0beb91ad (patch) | |
tree | 89299643d578a04ce918849d7d6e12d79d0142d1 /tools/lib/h5tools.h | |
parent | d5f570acbad6ebf9384971a927a20618ac608dd5 (diff) | |
parent | 57f0a296c0b727e3d86cea312ba46efc98d76227 (diff) | |
download | hdf5-cf80aac401af8781d7224f91e421a3bc0beb91ad.zip hdf5-cf80aac401af8781d7224f91e421a3bc0beb91ad.tar.gz hdf5-cf80aac401af8781d7224f91e421a3bc0beb91ad.tar.bz2 |
Merge pull request #538 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:may_dev_warnings to develop
* commit '57f0a296c0b727e3d86cea312ba46efc98d76227':
Minor warning fix.
More minor warning fixes.
Minor warning fixes in the tools.
Minor type fixes to h5watch.
A few more warnings fixed.
Fixed additional minor warnings.
Fixed many minor warnings.
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r-- | tools/lib/h5tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index 3d38dd0..6383df5 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -522,7 +522,7 @@ typedef struct h5tools_context_t { hsize_t acc[H5S_MAX_RANK]; /* accumulator position */ hsize_t pos[H5S_MAX_RANK]; /* matrix position */ hsize_t sm_pos; /* current stripmine element position */ - struct H5LD_memb_t **cmpd_listv; /* h5watch: vector containing info about the list of compound fields to be printed */ + const struct H5LD_memb_t * const *cmpd_listv; /* h5watch: vector containing info about the list of compound fields to be printed */ } h5tools_context_t; typedef struct subset_d { |