summaryrefslogtreecommitdiffstats
path: root/tools/h5dumptst.c
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-09-25 19:30:07 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-09-25 19:30:07 (GMT)
commit72661ffc0767c1e548d76ea3bfd9bbabd4b94902 (patch)
treed60036cdf189a4717de3ee2384a84596ef257375 /tools/h5dumptst.c
parent3662fe727e9b2db38f278ba679a40f8d5be5106e (diff)
downloadhdf5-72661ffc0767c1e548d76ea3bfd9bbabd4b94902.zip
hdf5-72661ffc0767c1e548d76ea3bfd9bbabd4b94902.tar.gz
hdf5-72661ffc0767c1e548d76ea3bfd9bbabd4b94902.tar.bz2
[svn-r1664] still getting some warnings. changed the sdims variable to int
Diffstat (limited to 'tools/h5dumptst.c')
-rw-r--r--tools/h5dumptst.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dumptst.c b/tools/h5dumptst.c
index 609b346..e04f708 100644
--- a/tools/h5dumptst.c
+++ b/tools/h5dumptst.c
@@ -1163,10 +1163,10 @@ hid_t fxdlenstr, fxdlenstr2, memtype;
hsize_t dims[1], size[1], start[1], stride[1], count[1], block[1];
-hsize_t i;
+int i;
char buf[LENSTR+10];
char buf2[3*LENSTR2];
-hsize_t sdim;
+int sdim;
fid = H5Fcreate(FILE14, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT);