summaryrefslogtreecommitdiffstats
path: root/test/direct_chunk.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-01-23 18:18:04 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:52 (GMT)
commit40c5e67e418e01de3edd046e61481aeae4d18ad2 (patch)
treeff53d9fcd99af16f4d4c62d4338ffb3f85fecf1a /test/direct_chunk.c
parent2c520b2ba606569de76fc9515f4e723a241c4b3c (diff)
downloadhdf5-40c5e67e418e01de3edd046e61481aeae4d18ad2.zip
hdf5-40c5e67e418e01de3edd046e61481aeae4d18ad2.tar.gz
hdf5-40c5e67e418e01de3edd046e61481aeae4d18ad2.tar.bz2
Moved -Wunsuffixed-float-constants to the developer warnings.
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