diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-18 22:10:12 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:21 (GMT) |
commit | 9f5fdc677a511eb55028a82c94a0ea436d6bb145 (patch) | |
tree | cc66d68eb2cbcb2c948e8a129e2452b95c9ba115 /test | |
parent | 344f4139d73c6924290c6928e7245ea30792636f (diff) | |
download | hdf5-9f5fdc677a511eb55028a82c94a0ea436d6bb145.zip hdf5-9f5fdc677a511eb55028a82c94a0ea436d6bb145.tar.gz hdf5-9f5fdc677a511eb55028a82c94a0ea436d6bb145.tar.bz2 |
Remove const
Diffstat (limited to 'test')
-rw-r--r-- | test/dsets.c | 2 |
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); |