summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_refs.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-09-19 18:57:28 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-09-19 18:57:28 (GMT)
commitd8e10727326798447c458d91f1509cc844ecd080 (patch)
tree3ddc03401b9dbcf02dda056b064da11c41a216e4 /tools/h5repack/h5repack_refs.c
parent8436735388f192ecc19b76ac043117a3d883fa14 (diff)
downloadhdf5-d8e10727326798447c458d91f1509cc844ecd080.zip
hdf5-d8e10727326798447c458d91f1509cc844ecd080.tar.gz
hdf5-d8e10727326798447c458d91f1509cc844ecd080.tar.bz2
[svn-r15662] Cleaned compiler warnings
Bug fixes: change the options block size variable from int to hsize_t, to match the H5Pset_userblock call, do not print print compression ratio when the requested filter is NONE Tested: windows, linux
Diffstat (limited to 'tools/h5repack/h5repack_refs.c')
-rw-r--r--tools/h5repack/h5repack_refs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack_refs.c b/tools/h5repack/h5repack_refs.c
index 8f79574..82e8250 100644
--- a/tools/h5repack/h5repack_refs.c
+++ b/tools/h5repack/h5repack_refs.c
@@ -193,7 +193,7 @@ int do_copy_refobjs(hid_t fidin,
goto error;
if(options->verbose)
{
-
+
printf(FORMAT_OBJ,"dset",travt->objs[i].name );
printf("object <%s> object reference created to <%s>\n",
@@ -277,7 +277,7 @@ int do_copy_refobjs(hid_t fidin,
goto error;
if(options->verbose)
{
-
+
printf(FORMAT_OBJ,"dset",travt->objs[i].name );