diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-05-25 14:25:30 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-05-25 14:25:30 (GMT) |
commit | 57f0a296c0b727e3d86cea312ba46efc98d76227 (patch) | |
tree | 8089021622737439ea0a06c32d9e1745a4f6a715 | |
parent | 1b74c5ca95efa3ebc14bb98ca48e4bf052398a81 (diff) | |
download | hdf5-57f0a296c0b727e3d86cea312ba46efc98d76227.zip hdf5-57f0a296c0b727e3d86cea312ba46efc98d76227.tar.gz hdf5-57f0a296c0b727e3d86cea312ba46efc98d76227.tar.bz2 |
Minor warning fix.
-rw-r--r-- | tools/test/h5dump/h5dumpgentest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test/h5dump/h5dumpgentest.c b/tools/test/h5dump/h5dumpgentest.c index 55a754d..44c4369 100644 --- a/tools/test/h5dump/h5dumpgentest.c +++ b/tools/test/h5dump/h5dumpgentest.c @@ -10318,7 +10318,6 @@ static void gent_udfilter(void) hid_t dcpl; /* dataset creation property list */ hid_t dsid; /* dataset ID */ hid_t sid; /* dataspace ID */ - hid_t tid; /* datatype ID */ hsize_t dims1[RANK] = {DIM1,DIM2}; hsize_t chunk_dims[RANK] = {CDIM1,CDIM2}; |