summaryrefslogtreecommitdiffstats
path: root/tools/h5dumptst.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-09-29 00:31:07 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-09-29 00:31:07 (GMT)
commit21b0e20bf7f863af4d0dbdc5e59a787e9e43f5a0 (patch)
tree0f0bf3922f618ef899701e75f5eedd6212174fef /tools/h5dumptst.c
parent523f5cebb2bd446bba9b9c6e91f4335f67d90ea1 (diff)
downloadhdf5-21b0e20bf7f863af4d0dbdc5e59a787e9e43f5a0.zip
hdf5-21b0e20bf7f863af4d0dbdc5e59a787e9e43f5a0.tar.gz
hdf5-21b0e20bf7f863af4d0dbdc5e59a787e9e43f5a0.tar.bz2
[svn-r1691] Portability tweaks and warnings fixed
Diffstat (limited to 'tools/h5dumptst.c')
-rw-r--r--tools/h5dumptst.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/h5dumptst.c b/tools/h5dumptst.c
index b5ed4db..73c5795 100644
--- a/tools/h5dumptst.c
+++ b/tools/h5dumptst.c
@@ -1160,7 +1160,8 @@ size_t mdims[2];
static void test_str2(void) {
hid_t fid, group, attr, dataset, space, space2, mem_space, hyper_space;
hid_t fxdlenstr, fxdlenstr2, memtype;
-hsize_t dims[1], size[1], start[1], stride[1], count[1], block[1];
+hsize_t dims[1], size[1], stride[1], count[1], block[1];
+hssize_t start[1];
int i;