summaryrefslogtreecommitdiffstats
path: root/src/H5PBprivate.h
diff options
context:
space:
mode:
authordyoung <dyoung@jelly.ad.hdfgroup.org>2019-08-22 19:10:11 (GMT)
committerdyoung <dyoung@jelly.ad.hdfgroup.org>2019-08-22 19:10:11 (GMT)
commit61109c76b2975c6c8347bfa6c0779624fbef1acc (patch)
treeb6198a4eeabc14b372d75455fa3c7df6dc8c99be /src/H5PBprivate.h
parentf85986fa9f50431f89d6fb2f6edfcc8ec52bcf78 (diff)
downloadhdf5-61109c76b2975c6c8347bfa6c0779624fbef1acc.zip
hdf5-61109c76b2975c6c8347bfa6c0779624fbef1acc.tar.gz
hdf5-61109c76b2975c6c8347bfa6c0779624fbef1acc.tar.bz2
Quiet warnings, especially signed/unsigned casts.
Diffstat (limited to 'src/H5PBprivate.h')
-rw-r--r--src/H5PBprivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5PBprivate.h b/src/H5PBprivate.h
index d1b6510..0149a6d 100644
--- a/src/H5PBprivate.h
+++ b/src/H5PBprivate.h
@@ -686,9 +686,9 @@ H5_DLL herr_t H5PB_vfd_swmr__release_tick_list(H5F_t * f);
H5_DLL herr_t H5PB_vfd_swmr__set_tick(H5F_t * f);
-H5_DLL herr_t H5PB_vfd_swmr__update_index(H5F_t * f, int * idx_ent_added_ptr,
- int * idx_ent_modified_ptr, int * idx_ent_not_in_tl_ptr,
- int * idx_ent_not_in_tl_flushed_ptr);
+H5_DLL herr_t H5PB_vfd_swmr__update_index(H5F_t * f,
+ uint32_t * idx_ent_added_ptr, uint32_t * idx_ent_modified_ptr,
+ uint32_t * idx_ent_not_in_tl_ptr, uint32_t * idx_ent_not_in_tl_flushed_ptr);
/* Statistics routines */