summaryrefslogtreecommitdiffstats
path: root/test/tselect.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-06-28 15:03:45 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-06-28 15:03:45 (GMT)
commit8f0aacce8f8f4507325a6780cc06e0e1437fd1dc (patch)
tree6243c2fc85225478a42f5ded45a843c256b4bea4 /test/tselect.c
parentb6268dbb1b4548be0a7bb5605001cb1859daec30 (diff)
parent1c4101c6a77dd9223483dd9e3f7bec0f9e92f435 (diff)
downloadhdf5-8f0aacce8f8f4507325a6780cc06e0e1437fd1dc.zip
hdf5-8f0aacce8f8f4507325a6780cc06e0e1437fd1dc.tar.gz
hdf5-8f0aacce8f8f4507325a6780cc06e0e1437fd1dc.tar.bz2
Merge pull request #1782 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes to develop
* commit '1c4101c6a77dd9223483dd9e3f7bec0f9e92f435': Fixed various warnings in testhdf5 files. Warning fixes: * fix for static/const flipped in H5Dint.c * Removed missing done target in H5Rint.c * Fixed misleading indentation in h5format_convert.c
Diffstat (limited to 'test/tselect.c')
-rw-r--r--test/tselect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/tselect.c b/test/tselect.c
index ad435cb..bbab868 100644
--- a/test/tselect.c
+++ b/test/tselect.c
@@ -14925,7 +14925,6 @@ test_sel_iter(void)
hid_t sid; /* Dataspace ID */
hid_t iter_id; /* Dataspace selection iterator ID */
hsize_t dims1[] = {6, 12}; /* 2-D Dataspace dimensions */
- hsize_t dims2[] = {32}; /* 1-D dataspace dimensions */
hsize_t coord1[POINT1_NPOINTS][2]; /* Coordinates for point selection */
hsize_t start[2]; /* Hyperslab start */
hsize_t stride[2]; /* Hyperslab stride */