summaryrefslogtreecommitdiffstats
path: root/test/cache_api.c
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2021-10-08 02:59:10 (GMT)
committerGitHub <noreply@github.com>2021-10-08 02:59:10 (GMT)
commit0f3ed99d85364411945cd978acfe9ce22c5de8d6 (patch)
tree5c59c74df6f8f637dbbb2d193f8244656272416a /test/cache_api.c
parent83eeef504a44e5659ced901c38ed31362d89a9f5 (diff)
downloadhdf5-0f3ed99d85364411945cd978acfe9ce22c5de8d6.zip
hdf5-0f3ed99d85364411945cd978acfe9ce22c5de8d6.tar.gz
hdf5-0f3ed99d85364411945cd978acfe9ce22c5de8d6.tar.bz2
OESS-168: Remove clang warnings. (#1076)
Diffstat (limited to 'test/cache_api.c')
-rw-r--r--test/cache_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_api.c b/test/cache_api.c
index 432dab3..ff74f64 100644
--- a/test/cache_api.c
+++ b/test/cache_api.c
@@ -546,7 +546,7 @@ check_file_mdc_api_calls(unsigned paged, hid_t fcpl_id)
/* size_t max_decrement = */ (1 * 1024 * 1024 - 1),
/* int epochs_before_eviction = */ 4,
/* hbool_t apply_empty_reserve = */ TRUE,
- /* double empty_reserve = */ 0.05f,
+ /* double empty_reserve = */ 0.05,
/* int dirty_bytes_threshold = */ (256 * 1024),
/* int metadata_write_strategy = */
H5AC__DEFAULT_METADATA_WRITE_STRATEGY};