summaryrefslogtreecommitdiffstats
path: root/test/use.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-05-10 16:48:30 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:37:20 (GMT)
commit29fca624e567af0dd01ac27d0d9bfa4373c62246 (patch)
treec318ccd6a23c9f871e15b3c52ca6e25ef87ba985 /test/use.h
parentef51913e29fc1c6f4d46ef6f96963eb5bd674809 (diff)
downloadhdf5-29fca624e567af0dd01ac27d0d9bfa4373c62246.zip
hdf5-29fca624e567af0dd01ac27d0d9bfa4373c62246.tar.gz
hdf5-29fca624e567af0dd01ac27d0d9bfa4373c62246.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 */