summaryrefslogtreecommitdiffstats
path: root/hl/src/H5TB.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-04-18 21:21:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-04-18 21:21:35 (GMT)
commitaf6276f6543d06c9f18939cc8b810f57397b7a67 (patch)
treeef2c50b7bd22d0967fdab6075864577746e4b147 /hl/src/H5TB.c
parentd8b08dbc85dfe28d926caf3c03e9d60c63d80794 (diff)
downloadhdf5-af6276f6543d06c9f18939cc8b810f57397b7a67.zip
hdf5-af6276f6543d06c9f18939cc8b810f57397b7a67.tar.gz
hdf5-af6276f6543d06c9f18939cc8b810f57397b7a67.tar.bz2
[svn-r10628] Purpose:
Code cleanup Description: Clean up various warnings reported by the Windows team. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'hl/src/H5TB.c')
-rw-r--r--hl/src/H5TB.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hl/src/H5TB.c b/hl/src/H5TB.c
index d006176..59642da 100644
--- a/hl/src/H5TB.c
+++ b/hl/src/H5TB.c
@@ -305,12 +305,8 @@ herr_t H5TBappend_records( hid_t loc_id,
hid_t did;
hid_t tid=-1;
hid_t mem_type_id=-1;
- hsize_t count[1];
- hsize_t offset[1];
hid_t sid=-1;
hid_t mem_space_id=-1;
- hsize_t dims[1];
- hsize_t mem_dims[1];
hsize_t nrecords_orig;
hsize_t nfields;