diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-17 22:09:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-17 22:09:43 (GMT) |
commit | 92a2d15859ed3be404f39fb72a21d0d3e82732da (patch) | |
tree | ba6f93cee6beae868bb2f3f7dba5ac2ac9eb463a /test/lheap.c | |
parent | 7205052027f271177c84f5df4f17df5a8f344294 (diff) | |
download | hdf5-92a2d15859ed3be404f39fb72a21d0d3e82732da.zip hdf5-92a2d15859ed3be404f39fb72a21d0d3e82732da.tar.gz hdf5-92a2d15859ed3be404f39fb72a21d0d3e82732da.tar.bz2 |
[svn-r12941] Description:
Clean up warnings assigned to me from today's meeting - still need
to tackle the datatype conversion ones...
Tested on:
FreeBSD/32 4.11 (sleipnir)
Linux/32 2.4 (heping)
Linux/64 2.4 (mir)
Diffstat (limited to 'test/lheap.c')
-rw-r--r-- | test/lheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lheap.c b/test/lheap.c index 35b7af1..239fb62 100644 --- a/test/lheap.c +++ b/test/lheap.c @@ -118,7 +118,7 @@ main(void) goto error; } for (i=0; i<NOBJS; i++) { - const H5HL_t *heap = NULL; + H5HL_t *heap = NULL; sprintf(buf, "%03d-", i); for (j=4; j<i; j++) buf[j] = '0' + j%10; |