diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-04-18 21:21:35 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-04-18 21:21:35 (GMT) |
commit | af6276f6543d06c9f18939cc8b810f57397b7a67 (patch) | |
tree | ef2c50b7bd22d0967fdab6075864577746e4b147 /hl | |
parent | d8b08dbc85dfe28d926caf3c03e9d60c63d80794 (diff) | |
download | hdf5-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')
-rw-r--r-- | hl/src/H5TB.c | 4 |
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; |