summaryrefslogtreecommitdiffstats
path: root/test/cache_api.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-10-25 14:27:04 (GMT)
committerGitHub <noreply@github.com>2021-10-25 14:27:04 (GMT)
commitc8b702c6307337b736238f193d8ea1f1e038b742 (patch)
tree48caeb284c5fe30e15665bac550b43942cb7d8ec /test/cache_api.c
parentcd371aaf609753d162afd8c6b0dd9b8128088a0e (diff)
downloadhdf5-c8b702c6307337b736238f193d8ea1f1e038b742.zip
hdf5-c8b702c6307337b736238f193d8ea1f1e038b742.tar.gz
hdf5-c8b702c6307337b736238f193d8ea1f1e038b742.tar.bz2
Merge Remove clang warnings from develop (#1098)
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 de975d2..9c628dd 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};