summaryrefslogtreecommitdiffstats
path: root/test/cache_api.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-10-17 13:09:14 (GMT)
committerGitHub <noreply@github.com>2021-10-17 13:09:14 (GMT)
commit81af7d7f3a1ae148bf0816fb275e1a2365ab9deb (patch)
tree7cdb157c688cf313c3008c7e7b82861f7aade51c /test/cache_api.c
parentd1dd4a424685200b382185736e3435a6ae8e5505 (diff)
downloadhdf5-81af7d7f3a1ae148bf0816fb275e1a2365ab9deb.zip
hdf5-81af7d7f3a1ae148bf0816fb275e1a2365ab9deb.tar.gz
hdf5-81af7d7f3a1ae148bf0816fb275e1a2365ab9deb.tar.bz2
1 12 Merge Remove clang warnings from develop (#1097)
* Merge Remove clang warnings from develop * Correct test data typo
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 5d0f395..248a91d 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};