mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Remove const
This commit is contained in:
parent
27596d1157
commit
ac87f12afe
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user