summaryrefslogtreecommitdiffstats
path: root/test/direct_chunk.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/direct_chunk.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/direct_chunk.c')
-rw-r--r--test/direct_chunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/direct_chunk.c b/test/direct_chunk.c
index 6cf27c8..2e6cc68 100644
--- a/test/direct_chunk.c
+++ b/test/direct_chunk.c
@@ -43,7 +43,7 @@
#define CHUNK_NX 4
#define CHUNK_NY 4
-#define DEFLATE_SIZE_ADJUST(s) (HDceil(((double)(s))*H5_DOUBLE(1.001))+H5_DOUBLE(12.0))
+#define DEFLATE_SIZE_ADJUST(s) (HDceil(((double)(s))*1.001)+12.0)
/* Temporary filter IDs used for testing */
#define H5Z_FILTER_BOGUS1 305