summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.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/H5Fpkg.h
parentf85986fa9f50431f89d6fb2f6edfcc8ec52bcf78 (diff)
downloadhdf5-61109c76b2975c6c8347bfa6c0779624fbef1acc.zip
hdf5-61109c76b2975c6c8347bfa6c0779624fbef1acc.tar.gz
hdf5-61109c76b2975c6c8347bfa6c0779624fbef1acc.tar.bz2
Quiet warnings, especially signed/unsigned casts.
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 357ac07..9fa7c29 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -417,14 +417,14 @@ struct H5F_file_t {
* This field should be NULL unless
* the index is defined.
*/
- int32_t mdf_idx_len; /* number of entries in the array
+ uint32_t mdf_idx_len; /* number of entries in the array
* of instances of
* H5FD_vfd_swmr_idx_entry_t pointed
* to by mdf_idx above. Note that
* not all entries in the index
* need be used.
*/
- int32_t mdf_idx_entries_used; /* Number of entries in *mdf_idx
+ uint32_t mdf_idx_entries_used; /* Number of entries in *mdf_idx
* that are in use -- these will
* be contiguous at indicies 0
* through mdf_idx_entries_used - 1.
@@ -437,8 +437,8 @@ struct H5F_file_t {
* must be evicted or refreshed to avoid message from the past bugs.
*/
H5FD_vfd_swmr_idx_entry_t * old_mdf_idx;
- int32_t old_mdf_idx_len;
- int32_t old_mdf_idx_entries_used;
+ uint32_t old_mdf_idx_len;
+ uint32_t old_mdf_idx_entries_used;
/* Metadata file for VFD SWMR writer */
int vfd_swmr_md_fd; /* POSIX: file descriptor for the