summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2021-09-29 13:59:47 (GMT)
committerGitHub <noreply@github.com>2021-09-29 13:59:47 (GMT)
commit0fa5836cc5f037dd9f2cdd7f9a1051ddcc1c9ad0 (patch)
treea98d637297e7cc798d861783a618d2c28ea89e48
parentc7d79425109a4363cc3ab6817e054712b73c5cb1 (diff)
downloadhdf5-0fa5836cc5f037dd9f2cdd7f9a1051ddcc1c9ad0.zip
hdf5-0fa5836cc5f037dd9f2cdd7f9a1051ddcc1c9ad0.tar.gz
hdf5-0fa5836cc5f037dd9f2cdd7f9a1051ddcc1c9ad0.tar.bz2
OESS-168: Remove clang warnings. (#1050)
This patch will remove clang double-promotion warning.
-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;