summaryrefslogtreecommitdiffstats
path: root/src/H5Dio.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-05-26 15:43:56 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-05-26 15:43:56 (GMT)
commitcf80aac401af8781d7224f91e421a3bc0beb91ad (patch)
tree89299643d578a04ce918849d7d6e12d79d0142d1 /src/H5Dio.c
parentd5f570acbad6ebf9384971a927a20618ac608dd5 (diff)
parent57f0a296c0b727e3d86cea312ba46efc98d76227 (diff)
downloadhdf5-cf80aac401af8781d7224f91e421a3bc0beb91ad.zip
hdf5-cf80aac401af8781d7224f91e421a3bc0beb91ad.tar.gz
hdf5-cf80aac401af8781d7224f91e421a3bc0beb91ad.tar.bz2
Merge pull request #538 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:may_dev_warnings to develop
* commit '57f0a296c0b727e3d86cea312ba46efc98d76227': Minor warning fix. More minor warning fixes. Minor warning fixes in the tools. Minor type fixes to h5watch. A few more warnings fixed. Fixed additional minor warnings. Fixed many minor warnings.
Diffstat (limited to 'src/H5Dio.c')
-rw-r--r--src/H5Dio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c
index 572e6cf..1766422 100644
--- a/src/H5Dio.c
+++ b/src/H5Dio.c
@@ -181,7 +181,6 @@ H5Dread(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id,
if(direct_read) {
unsigned u;
- hsize_t dims[H5O_LAYOUT_NDIMS];
hsize_t internal_offset[H5O_LAYOUT_NDIMS];
if(H5D_CHUNKED != dset->shared->layout.type)