summaryrefslogtreecommitdiffstats
path: root/test/swmr_sparse_writer.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-01-31 05:06:01 (GMT)
committerGitHub <noreply@github.com>2022-01-31 05:06:01 (GMT)
commit79d93d1661563f3570b2d0128a07bc7d7fc93ea8 (patch)
treed2be68b11b61a649a61fdf5cdca8d5499cf2a329 /test/swmr_sparse_writer.c
parent3b575625cbae00f24217a41d3ef2eb787b2e45d4 (diff)
downloadhdf5-79d93d1661563f3570b2d0128a07bc7d7fc93ea8.zip
hdf5-79d93d1661563f3570b2d0128a07bc7d7fc93ea8.tar.gz
hdf5-79d93d1661563f3570b2d0128a07bc7d7fc93ea8.tar.bz2
1 10 Remove const from the argv tools/tests main sig. #1390 (#1405)
Diffstat (limited to 'test/swmr_sparse_writer.c')
-rw-r--r--test/swmr_sparse_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/swmr_sparse_writer.c b/test/swmr_sparse_writer.c
index a4fc93e..96eff6c 100644
--- a/test/swmr_sparse_writer.c
+++ b/test/swmr_sparse_writer.c
@@ -318,7 +318,7 @@ usage(void)
}
int
-main(int argc, const char *argv[])
+main(int argc, char *argv[])
{
hid_t fid; /* File ID for file opened */
long nrecords = 0; /* # of records to append */