summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/overhead.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/overhead.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/overhead.c')
-rw-r--r--tools/test/perform/overhead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/perform/overhead.c b/tools/test/perform/overhead.c
index dba8220..2687ce9 100644
--- a/tools/test/perform/overhead.c
+++ b/tools/test/perform/overhead.c
@@ -193,7 +193,7 @@ test(fill_t fill_style, const double splits[], hbool_t verbose, hbool_t use_rdcc
if (!use_rdcc) {
if (H5Pget_cache(fapl, &mdc_nelmts, NULL, NULL, NULL) < 0)
goto error;
- if (H5Pset_cache(fapl, mdc_nelmts, 0, 0, 0.0F) < 0)
+ if (H5Pset_cache(fapl, mdc_nelmts, 0, 0, 0.0) < 0)
goto error;
}
if ((file = H5Fcreate(FILE_NAME_1, H5F_ACC_TRUNC, H5P_DEFAULT, fapl)) < 0)