summaryrefslogtreecommitdiffstats
path: root/test/cache.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-01-23 22:40:47 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:52 (GMT)
commit32908031202b272ded505977b352456a625d10f0 (patch)
treeff53d9fcd99af16f4d4c62d4338ffb3f85fecf1a /test/cache.c
parent36647e79b95b03f1e2096b86e5d7d51854312eab (diff)
downloadhdf5-32908031202b272ded505977b352456a625d10f0.zip
hdf5-32908031202b272ded505977b352456a625d10f0.tar.gz
hdf5-32908031202b272ded505977b352456a625d10f0.tar.bz2
Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""
This reverts commit 6486e06545bf637d46e18a787395542f4fca143a.
Diffstat (limited to 'test/cache.c')
-rw-r--r--test/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache.c b/test/cache.c
index 4da11ad..6240149 100644
--- a/test/cache.c
+++ b/test/cache.c
@@ -19917,7 +19917,7 @@ check_auto_cache_resize(hbool_t cork_ageout, unsigned paged)
/* NOTE: upper_hr_threshold MUST be type double (not float)
* or the cache test will fail on 64-bit systems.
*/
- auto_size_ctl.upper_hr_threshold = H5_DOUBLE(0.999); /* for ease of testing */
+ auto_size_ctl.upper_hr_threshold = 0.999; /* for ease of testing */
auto_size_ctl.decrement = 0.5f;