diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-09-26 20:29:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-09-26 20:29:40 (GMT) |
commit | a61b205aff182dac910918c8d72c8575791aa66c (patch) | |
tree | dfbe43847c3c1b0851fde36c70dfcce6105e7d2e /src/H5FDlog.c | |
parent | d01a78001faa924fd31ae27bb748648442c8913a (diff) | |
download | hdf5-a61b205aff182dac910918c8d72c8575791aa66c.zip hdf5-a61b205aff182dac910918c8d72c8575791aa66c.tar.gz hdf5-a61b205aff182dac910918c8d72c8575791aa66c.tar.bz2 |
[svn-r2597] Purpose:
Fix compiler warning
Description:
"HUGE_VAL" (a double value) was being put into a float type and generating
a warning during compile time.
Solution:
Replaced "HUGE_VAL" with "FLT_MAX"
Platforms tested:
FreeBSD 4.1
Diffstat (limited to 'src/H5FDlog.c')
0 files changed, 0 insertions, 0 deletions