diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-17 23:37:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-17 23:37:24 (GMT) |
commit | fa11904aabebe64af2d90be3b3203203569e0bcb (patch) | |
tree | 629c7fff8a54dbf7a70bd3850092ba94fdb96ab3 /test/dsets.c | |
parent | 6d50253be1f54fcd3074ab699bdd6e3b0baa2d58 (diff) | |
download | hdf5-fa11904aabebe64af2d90be3b3203203569e0bcb.zip hdf5-fa11904aabebe64af2d90be3b3203203569e0bcb.tar.gz hdf5-fa11904aabebe64af2d90be3b3203203569e0bcb.tar.bz2 |
[svn-r13151] Description:
Clean up compiler warnings, esp. on Windows
Tested on:
FreeBSD/32 6.2 (duty)
Mac OS X/32 10.4.8 (amazon)
Diffstat (limited to 'test/dsets.c')
-rw-r--r-- | test/dsets.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dsets.c b/test/dsets.c index b6182f1..c7965b5 100644 --- a/test/dsets.c +++ b/test/dsets.c @@ -534,7 +534,6 @@ test_compact_io(hid_t fapl) { hid_t file, dataset, space, plist; hsize_t dims[2]; - herr_t status; int wbuf[16][8], rbuf[16][8]; char filename[1024]; int i, j, n; |