diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2021-10-08 02:59:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 02:59:10 (GMT) |
commit | 0f3ed99d85364411945cd978acfe9ce22c5de8d6 (patch) | |
tree | 5c59c74df6f8f637dbbb2d193f8244656272416a /test | |
parent | 83eeef504a44e5659ced901c38ed31362d89a9f5 (diff) | |
download | hdf5-0f3ed99d85364411945cd978acfe9ce22c5de8d6.zip hdf5-0f3ed99d85364411945cd978acfe9ce22c5de8d6.tar.gz hdf5-0f3ed99d85364411945cd978acfe9ce22c5de8d6.tar.bz2 |
OESS-168: Remove clang warnings. (#1076)
Diffstat (limited to 'test')
-rw-r--r-- | test/cache_api.c | 2 |
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}; |