summaryrefslogtreecommitdiffstats
path: root/test/h5test.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-08-27 13:42:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-08-27 13:42:22 (GMT)
commitc2869d6a57b3ba2d3d5bac8fd8f3f638263b122e (patch)
tree33037ccb57b98b0fafdb75b8b22c070eb2baebf7 /test/h5test.c
parent32b58cef083388eec4b81c956eef717f59f24a87 (diff)
downloadhdf5-c2869d6a57b3ba2d3d5bac8fd8f3f638263b122e.zip
hdf5-c2869d6a57b3ba2d3d5bac8fd8f3f638263b122e.tar.gz
hdf5-c2869d6a57b3ba2d3d5bac8fd8f3f638263b122e.tar.bz2
[svn-r5895] Purpose:
Code cleanup/More tests Description: Cleaned up some compiler warnings and wrote additional tests for space allocation and storage size routines. Platforms tested: FreeBSD 4.6 (sleipnir) w/serial & parallel. Will be testing on IRIX64 6.5 (modi4) in serial & parallel shortly.
Diffstat (limited to 'test/h5test.c')
-rw-r--r--test/h5test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c
index 195819e..21dbb96 100644
--- a/test/h5test.c
+++ b/test/h5test.c
@@ -247,7 +247,7 @@ h5_fixname(const char *base_name, hid_t fapl, char *fullname, size_t size)
const char *suffix = ".h5"; /* suffix has default */
char *ptr, last = '\0';
size_t i, j;
- hid_t driver;
+ hid_t driver=(-1);
if (!base_name || !fullname || size < 1)
return NULL;