summaryrefslogtreecommitdiffstats
path: root/src/H5FSdbg.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-09-05 21:32:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-09-05 21:32:59 (GMT)
commit94a96a02d637bbb5f2c3e016a10313015971533c (patch)
treedb5a97cba63c61f7efa7f8d2ecd741193f59e4fb /src/H5FSdbg.c
parent23b3a6a91b88e6cbc3474e83fba1e4eb62763126 (diff)
downloadhdf5-94a96a02d637bbb5f2c3e016a10313015971533c.zip
hdf5-94a96a02d637bbb5f2c3e016a10313015971533c.tar.gz
hdf5-94a96a02d637bbb5f2c3e016a10313015971533c.tar.bz2
[svn-r12645] Description:
Enable the checksums on the free space tracker's metadata. Clean up a few compiler warnings from 64-bit machines. Tested: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5FSdbg.c')
-rw-r--r--src/H5FSdbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FSdbg.c b/src/H5FSdbg.c
index 72597b1..27ac5fb 100644
--- a/src/H5FSdbg.c
+++ b/src/H5FSdbg.c
@@ -222,7 +222,7 @@ done:
*-------------------------------------------------------------------------
*/
herr_t
-H5FS_sects_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE *stream, int indent, int fwidth,
+H5FS_sects_debug(H5F_t *f, hid_t dxpl_id, haddr_t UNUSED addr, FILE *stream, int indent, int fwidth,
haddr_t fs_addr, haddr_t client_addr)
{
H5FS_t *fspace = NULL; /* Free space header info */