summaryrefslogtreecommitdiffstats
path: root/tools/test/h5copy
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-05-25 12:42:18 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-05-25 12:42:18 (GMT)
commit18ae45027c40ecf539260216a04ba1cfdf8b50d9 (patch)
tree706eda14b2f94705ac3d4e9d97608dc69c813582 /tools/test/h5copy
parent946fd98b8d5b653b89cfdce279195810f389dedf (diff)
downloadhdf5-18ae45027c40ecf539260216a04ba1cfdf8b50d9.zip
hdf5-18ae45027c40ecf539260216a04ba1cfdf8b50d9.tar.gz
hdf5-18ae45027c40ecf539260216a04ba1cfdf8b50d9.tar.bz2
Fixed additional minor warnings.
Diffstat (limited to 'tools/test/h5copy')
-rw-r--r--tools/test/h5copy/h5copygentest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5copy/h5copygentest.c b/tools/test/h5copy/h5copygentest.c
index bda0686..d4d6a08 100644
--- a/tools/test/h5copy/h5copygentest.c
+++ b/tools/test/h5copy/h5copygentest.c
@@ -336,7 +336,7 @@ static void gent_att_compound_vlstr(hid_t loc_id)
{
typedef struct { /* Compound structure for the attribute */
int i;
- char *v;
+ const char *v;
} s1;
hsize_t dim[1] = {1}; /* Dimension size */
hid_t sid = -1; /* Dataspace ID */