From db61a888e65427351e3d07bda80f163c08f13cbb Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Wed, 15 Dec 2021 16:22:04 -0600 Subject: OESS-168: Remove clang warnings. (#1295) --- tools/src/h5perf/pio_perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/src/h5perf/pio_perf.c b/tools/src/h5perf/pio_perf.c index 6478fe7..bf5f62f 100644 --- a/tools/src/h5perf/pio_perf.c +++ b/tools/src/h5perf/pio_perf.c @@ -904,7 +904,7 @@ accumulate_minmax_stuff(minmax *mm, int count) int i; minmax total_mm; - total_mm.sum = 0.0f; + total_mm.sum = 0.0; total_mm.max = -DBL_MAX; total_mm.min = DBL_MAX; total_mm.num = count; -- cgit v0.12