diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-01-23 22:40:47 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-01-23 22:40:47 (GMT) |
commit | 492d186a5ceb2da47ef952fe52f890dbc4071b20 (patch) | |
tree | 17d0368e7c665d5ceee5d6dbb077679a6d8f125e /test/direct_chunk.c | |
parent | 9a97411a61b886c4f2b5417dce29157a010b47c1 (diff) | |
download | hdf5-492d186a5ceb2da47ef952fe52f890dbc4071b20.zip hdf5-492d186a5ceb2da47ef952fe52f890dbc4071b20.tar.gz hdf5-492d186a5ceb2da47ef952fe52f890dbc4071b20.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.c | 2 |
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 |