mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
OESS-168: Remove clang warnings. (#1047)
This patch will remove clang warnings on Mac: 'float' to 'double' [-Wdouble-promotion]
This commit is contained in:
parent
9e319d403c
commit
35cf4a69bf
@ -396,7 +396,7 @@ do_write_test(unsigned long file_size, unsigned long min_buf_size, unsigned long
|
||||
error("out of memory");
|
||||
}
|
||||
|
||||
compression_time = 0.0F;
|
||||
compression_time = 0.0;
|
||||
|
||||
if (random_test)
|
||||
fill_with_random_data(src, src_len);
|
||||
|
Loading…
Reference in New Issue
Block a user