diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-19 12:54:53 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-19 12:54:53 (GMT) |
commit | aefc39ac325f25d1978ad07785ee0b57617d17a5 (patch) | |
tree | fca00816adc4c767109b92e4892f77abc40be3b9 /test/links.c | |
parent | 64b7be4a52b14dfefc7729aaf8be6649fb668cc4 (diff) | |
download | hdf5-aefc39ac325f25d1978ad07785ee0b57617d17a5.zip hdf5-aefc39ac325f25d1978ad07785ee0b57617d17a5.tar.gz hdf5-aefc39ac325f25d1978ad07785ee0b57617d17a5.tar.bz2 |
[svn-r5667] Purpose:
Code cleanup
Description:
Turn on more warnings in the IRIX builds and clean them up.
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/links.c b/test/links.c index 0684c11..53ba3fc 100644 --- a/test/links.c +++ b/test/links.c @@ -111,7 +111,6 @@ new_links(hid_t fapl) hid_t dset1, dset2; char filename[1024]; static hsize_t size[1] = {1}; - H5G_stat_t sb_soft2; TESTING("H5Glink2 function"); |