summaryrefslogtreecommitdiffstats
path: root/test/direct_chunk.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-01-23 22:35:16 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-01-23 22:35:16 (GMT)
commit6486e06545bf637d46e18a787395542f4fca143a (patch)
tree66a8cfc5bb4844ebe24e59163589fbb17cc2f14a /test/direct_chunk.c
parent12bc75c6172ca7b64c33b17cf538a7629500cf2f (diff)
downloadhdf5-6486e06545bf637d46e18a787395542f4fca143a.zip
hdf5-6486e06545bf637d46e18a787395542f4fca143a.tar.gz
hdf5-6486e06545bf637d46e18a787395542f4fca143a.tar.bz2
Revert "Moved -Wunsuffixed-float-constants to the developer warnings."
This reverts commit 12bc75c6172ca7b64c33b17cf538a7629500cf2f.
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 2e6cc68..6cf27c8 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))*1.001)+12.0)
+#define DEFLATE_SIZE_ADJUST(s) (HDceil(((double)(s))*H5_DOUBLE(1.001))+H5_DOUBLE(12.0))
/* Temporary filter IDs used for testing */
#define H5Z_FILTER_BOGUS1 305