Skip to content

Commit

Permalink
OESS-168: Remove clang warnings. (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee authored Dec 15, 2021
1 parent c60bc0a commit db61a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/h5perf/pio_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit db61a88

Please sign in to comment.