summaryrefslogtreecommitdiffstats
path: root/test/use.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-05-10 16:48:30 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-05-10 16:48:30 (GMT)
commit55844f79e94d49f7ccc8fff1fa3d80f153bb13ea (patch)
tree54db1d6e7430a74623757611d86eeab81fc8ce0d /test/use.h
parentf7bfa60bf9f591f03963137c8bb41b0d2b90a1c1 (diff)
downloadhdf5-55844f79e94d49f7ccc8fff1fa3d80f153bb13ea.zip
hdf5-55844f79e94d49f7ccc8fff1fa3d80f153bb13ea.tar.gz
hdf5-55844f79e94d49f7ccc8fff1fa3d80f153bb13ea.tar.bz2
Misc warning fixes.
Diffstat (limited to 'test/use.h')
-rw-r--r--test/use.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/use.h b/test/use.h
index e5eced2..52537d6 100644
--- a/test/use.h
+++ b/test/use.h
@@ -47,7 +47,7 @@ typedef struct options_t {
hbool_t use_swmr; /* use swmr open (1) or not */
int iterations; /* iterations, default 1 */
hid_t fapl_id; /* instance-specific FAPL ID */
- char *progname; /* Program name (used in usage and dset name) */
+ const char *progname; /* Program name (used in usage and dset name) */
} options_t;
/* prototype declarations */