From 25bafe0063ca867b5f91645d5d51b87d121e9ac5 Mon Sep 17 00:00:00 2001 From: David Young Date: Tue, 7 Apr 2020 09:21:27 -0500 Subject: Fix the width of an index variable. --- src/H5Fvfd_swmr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Fvfd_swmr.c b/src/H5Fvfd_swmr.c index 9b54fac..c0a6f3c 100644 --- a/src/H5Fvfd_swmr.c +++ b/src/H5Fvfd_swmr.c @@ -438,7 +438,7 @@ H5F_update_vfd_swmr_metadata_file(H5F_t *f, uint32_t num_entries, shadow_defree_t *prev; shadow_defree_t *shadow_defree; haddr_t md_addr; /* Address in the metadata file */ - unsigned i; /* Local index variable */ + uint32_t i; /* Local index variable */ herr_t ret_value = SUCCEED; /* Return value */ bool queue_was_nonempty; -- cgit v0.12