From c0fbc5c086566d5d3c1d1ef26baa81a53d59fc08 Mon Sep 17 00:00:00 2001 From: David Young Date: Sun, 27 Sep 2020 15:07:12 -0500 Subject: Use the right format string, "%zu", for size_t. --- src/H5C.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5C.c b/src/H5C.c index fdbea54..0b4b231 100644 --- a/src/H5C.c +++ b/src/H5C.c @@ -638,7 +638,7 @@ H5C_def_auto_resize_rpt_fcn(H5C_t * cache_ptr, (cache_ptr->resize_ctl).lower_hr_threshold); HDfprintf(stdout, - "%scache size increased from (%u/%u) to (%u/%u).\n", + "%scache size increased from (%zu/%zu) to (%zu/%zu).\n", cache_ptr->prefix, old_max_cache_size, old_min_clean_size, -- cgit v0.12