summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/chunk_cache.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 /tools/test/perform/chunk_cache.c
parentcd371aaf609753d162afd8c6b0dd9b8128088a0e (diff)
downloadhdf5-c8b702c6307337b736238f193d8ea1f1e038b742.zip
hdf5-c8b702c6307337b736238f193d8ea1f1e038b742.tar.gz
hdf5-c8b702c6307337b736238f193d8ea1f1e038b742.tar.bz2
Merge Remove clang warnings from develop (#1098)
Diffstat (limited to 'tools/test/perform/chunk_cache.c')
-rw-r--r--tools/test/perform/chunk_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/perform/chunk_cache.c b/tools/test/perform/chunk_cache.c
index b515961..ad9bf09 100644
--- a/tools/test/perform/chunk_cache.c
+++ b/tools/test/perform/chunk_cache.c
@@ -39,7 +39,7 @@
#define RDCC_NSLOTS 5
#define RDCC_NBYTES (1024 * 1024 * 10)
-#define RDCC_W0 0.75F
+#define RDCC_W0 0.75
#define FILTER_COUNTER 306
static size_t nbytes_global;