summaryrefslogtreecommitdiffstats
path: root/test/tfile.c
diff options
context:
space:
mode:
authorkmu <kmu@hdfgroup.org>2020-01-13 19:20:19 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:51 (GMT)
commit27c618b91d6e6390d5fe987886372e7b9593b25f (patch)
tree84a41f876f022a5fbf6d083d8cce9b2375320f23 /test/tfile.c
parent8377789f8fb1195d9f5dc516f27d86e1aabfd297 (diff)
downloadhdf5-27c618b91d6e6390d5fe987886372e7b9593b25f.zip
hdf5-27c618b91d6e6390d5fe987886372e7b9593b25f.tar.gz
hdf5-27c618b91d6e6390d5fe987886372e7b9593b25f.tar.bz2
fix unused related warnings
Diffstat (limited to 'test/tfile.c')
-rw-r--r--test/tfile.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tfile.c b/test/tfile.c
index 4c23488..bce7ce9 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -25,6 +25,7 @@
#include "H5Iprivate.h"
#include "H5Pprivate.h"
#include "H5VLprivate.h" /* Virtual Object Layer */
+#include "H5private.h"
/*
* This file needs to access private information from the H5F package.
@@ -4208,7 +4209,8 @@ test_filespace_info(const char *env_h5_drvr)
**
*****************************************************************/
static int
-set_multi_split(hid_t fapl, hsize_t pagesize, hbool_t multi, hbool_t split)
+set_multi_split(hid_t fapl, hsize_t pagesize, hbool_t H5_ATTR_SANITY_CHECK multi,
+ hbool_t split)
{
H5FD_mem_t memb_map[H5FD_MEM_NTYPES];
hid_t memb_fapl_arr[H5FD_MEM_NTYPES];