summaryrefslogtreecommitdiffstats
path: root/src/H5HFpkg.h
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2013-08-09 21:06:46 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2013-08-09 21:06:46 (GMT)
commit345e57b0b11b5f63bb99f28bb9013ce0955c9cc1 (patch)
tree4b6de658b7332cfa95a4bff3b1a63863fba0c15b /src/H5HFpkg.h
parent5dcd9c2dfcfe50cb8aea4e5ff4399aeb17d91296 (diff)
downloadhdf5-345e57b0b11b5f63bb99f28bb9013ce0955c9cc1.zip
hdf5-345e57b0b11b5f63bb99f28bb9013ce0955c9cc1.tar.gz
hdf5-345e57b0b11b5f63bb99f28bb9013ce0955c9cc1.tar.bz2
[svn-r23985] Merge commit 23937 from reduce_warning branch
Remove unused param (src) and unused var (hl) warnings Tested on koala
Diffstat (limited to 'src/H5HFpkg.h')
-rw-r--r--src/H5HFpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFpkg.h b/src/H5HFpkg.h
index e0deca7..3e2db99 100644
--- a/src/H5HFpkg.h
+++ b/src/H5HFpkg.h
@@ -761,7 +761,7 @@ H5_DLL H5HF_free_section_t *H5HF_sect_single_new(hsize_t sect_off,
size_t sect_size, H5HF_indirect_t *parent, unsigned par_entry);
H5_DLL herr_t H5HF_sect_single_revive(H5HF_hdr_t *hdr, hid_t dxpl_id,
H5HF_free_section_t *sect);
-H5_DLL herr_t H5HF_sect_single_dblock_info(H5HF_hdr_t *hdr, hid_t dxpl_id,
+H5_DLL herr_t H5HF_sect_single_dblock_info(H5HF_hdr_t *hdr,
H5HF_free_section_t *sect, haddr_t *dblock_addr, size_t *dblock_size);
H5_DLL herr_t H5HF_sect_single_reduce(H5HF_hdr_t *hdr, hid_t dxpl_id,
H5HF_free_section_t *sect, size_t amt);