summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-05-25 13:47:20 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-05-25 13:47:20 (GMT)
commit291b107d4d56528082db5344d8783941154e8374 (patch)
tree7a44abd31b9e46d332f2c884e62f661e95b1b04f /tools/lib/h5tools.h
parenta33859d6774f73c0bb31386eedfde2aaf222427b (diff)
downloadhdf5-291b107d4d56528082db5344d8783941154e8374.zip
hdf5-291b107d4d56528082db5344d8783941154e8374.tar.gz
hdf5-291b107d4d56528082db5344d8783941154e8374.tar.bz2
Minor warning fixes in the tools.
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r--tools/lib/h5tools.h2
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 {