diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-16 20:48:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-07-16 20:48:40 (GMT) |
commit | c97fddc786356a1832e6cb3ac3f28b781d01584d (patch) | |
tree | e9ea99bbf3387f45b18d3b6503597a1c63662cab /test/unlink.c | |
parent | cb516077680041aecc338936d1aa3f84347e0e0d (diff) | |
download | hdf5-c97fddc786356a1832e6cb3ac3f28b781d01584d.zip hdf5-c97fddc786356a1832e6cb3ac3f28b781d01584d.tar.gz hdf5-c97fddc786356a1832e6cb3ac3f28b781d01584d.tar.bz2 |
[svn-r8892] Purpose:
Code cleanup
Description:
Clean up a bunch of warnings and bring new code better inline with current
library coding practice.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
Too minor to require h5committest
Misc. update:
Diffstat (limited to 'test/unlink.c')
-rw-r--r-- | test/unlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unlink.c b/test/unlink.c index 9f8e5b2..59e0633 100644 --- a/test/unlink.c +++ b/test/unlink.c @@ -1816,7 +1816,7 @@ error: static int test_resurrect_dataset(void) { - hid_t f, s, d, fapl; + hid_t f=-1, s=-1, d=-1, fapl=-1; char filename[1024]; TESTING("Resurrecting dataset after deletion"); |