summaryrefslogtreecommitdiffstats
path: root/test/gen_plist.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-17 17:21:34 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-17 17:21:34 (GMT)
commit944e42d5ea758f7c05a7aed9d344096cbc9b0be7 (patch)
tree0334707212774a56594fe714a795275c25d93804 /test/gen_plist.c
parent2ddf84b036f7d458bf2878db3ca36336c0ca7de7 (diff)
downloadhdf5-944e42d5ea758f7c05a7aed9d344096cbc9b0be7.zip
hdf5-944e42d5ea758f7c05a7aed9d344096cbc9b0be7.tar.gz
hdf5-944e42d5ea758f7c05a7aed9d344096cbc9b0be7.tar.bz2
[svn-r27818] Minor warning fixes.
Tested on: h5committest
Diffstat (limited to 'test/gen_plist.c')
-rw-r--r--test/gen_plist.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/gen_plist.c b/test/gen_plist.c
index 2746462..f071733 100644
--- a/test/gen_plist.c
+++ b/test/gen_plist.c
@@ -64,26 +64,26 @@ main(void)
1 /*TRUE*/,
0 /*FALSE*/,
( 2 * 2048 * 1024),
- 0.3,
+ 0.3f,
(64 * 1024 * 1024),
(4 * 1024 * 1024),
60000,
H5C_incr__threshold,
- 0.8,
- 3.0,
+ 0.8f,
+ 3.0f,
1 /*TRUE*/,
(8 * 1024 * 1024),
H5C_flash_incr__add_space,
- 2.0,
- 0.25,
+ 2.0f,
+ 0.25f,
H5C_decr__age_out_with_threshold,
- 0.997,
- 0.8,
+ 0.997f,
+ 0.8f,
1 /*TRUE*/,
(3 * 1024 * 1024),
3,
0 /*FALSE*/,
- 0.2,
+ 0.2f,
(256 * 2048),
H5AC_METADATA_WRITE_STRATEGY__PROCESS_0_ONLY};