summaryrefslogtreecommitdiffstats
path: root/src/H5Pfcpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pfcpl.c')
-rw-r--r--src/H5Pfcpl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Pfcpl.c b/src/H5Pfcpl.c
index 57c10bd..97c468f 100644
--- a/src/H5Pfcpl.c
+++ b/src/H5Pfcpl.c
@@ -161,8 +161,8 @@ H5P_fcrt_reg_prop(H5P_genclass_t *pclass)
unsigned num_sohm_indexes = H5F_CRT_SHMSG_NINDEXES_DEF;
unsigned sohm_index_flags[H5SM_MAX_NUM_INDEXES] = H5F_CRT_SHMSG_INDEX_TYPES_DEF;
unsigned sohm_index_minsizes[H5SM_MAX_NUM_INDEXES] = H5F_CRT_SHMSG_INDEX_MINSIZE_DEF;
- size_t sohm_list_max = H5F_CRT_SHMSG_LIST_MAX_DEF;
- size_t sohm_btree_min = H5F_CRT_SHMSG_BTREE_MIN_DEF;
+ unsigned sohm_list_max = H5F_CRT_SHMSG_LIST_MAX_DEF;
+ unsigned sohm_btree_min = H5F_CRT_SHMSG_BTREE_MIN_DEF;
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_NOAPI_NOINIT(H5P_fcrt_reg_prop)