summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-18 22:10:12 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:21 (GMT)
commit9f5fdc677a511eb55028a82c94a0ea436d6bb145 (patch)
treecc66d68eb2cbcb2c948e8a129e2452b95c9ba115 /test/dsets.c
parent344f4139d73c6924290c6928e7245ea30792636f (diff)
downloadhdf5-9f5fdc677a511eb55028a82c94a0ea436d6bb145.zip
hdf5-9f5fdc677a511eb55028a82c94a0ea436d6bb145.tar.gz
hdf5-9f5fdc677a511eb55028a82c94a0ea436d6bb145.tar.bz2
Remove const
Diffstat (limited to 'test/dsets.c')
-rw-r--r--test/dsets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c
index db0af35..26a47f0 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -7065,7 +7065,7 @@ static void
make_random_offset_and_increment(long nelts, long *offsetp, long *incp)
{
long inc;
- const long maxinc;
+ long maxinc;
HDassert(0 < nelts);