diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-05-25 12:42:18 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-05-25 12:42:18 (GMT) |
commit | 18ae45027c40ecf539260216a04ba1cfdf8b50d9 (patch) | |
tree | 706eda14b2f94705ac3d4e9d97608dc69c813582 /tools/test/h5copy | |
parent | 946fd98b8d5b653b89cfdce279195810f389dedf (diff) | |
download | hdf5-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.c | 2 |
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 */ |