summaryrefslogtreecommitdiffstats
path: root/test/mf.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/mf.c
parent8377789f8fb1195d9f5dc516f27d86e1aabfd297 (diff)
downloadhdf5-27c618b91d6e6390d5fe987886372e7b9593b25f.zip
hdf5-27c618b91d6e6390d5fe987886372e7b9593b25f.tar.gz
hdf5-27c618b91d6e6390d5fe987886372e7b9593b25f.tar.bz2
fix unused related warnings
Diffstat (limited to 'test/mf.c')
-rw-r--r--test/mf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/mf.c b/test/mf.c
index 3a6a21f..30bc91b 100644
--- a/test/mf.c
+++ b/test/mf.c
@@ -38,6 +38,7 @@
#include "H5Iprivate.h"
#include "H5VLprivate.h" /* Virtual Object Layer */
#include "H5VMprivate.h"
+#include "H5private.h"
#define FILENAME_LEN 1024
@@ -7528,7 +7529,8 @@ error:
*-------------------------------------------------------------------------
*/
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];