diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-22 21:07:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-22 21:07:54 (GMT) |
commit | dc41c7371153fc4cf7bba6cf09868a03f19e445a (patch) | |
tree | 252c829a898c1bb379301baf9dc1771bd6901e81 /test | |
parent | 681d9231cf2fb1f01ef84c14285195c059d64a16 (diff) | |
download | hdf5-dc41c7371153fc4cf7bba6cf09868a03f19e445a.zip hdf5-dc41c7371153fc4cf7bba6cf09868a03f19e445a.tar.gz hdf5-dc41c7371153fc4cf7bba6cf09868a03f19e445a.tar.bz2 |
[svn-r13167] Description:
Get rid of two different types of fill value struct (merge H5O_fill_t
and H5O_fill_new_t) and clean up & simplify dataset initialization code.
(In preparation for shared object header message method call
refactoring).
Tested on:
FreeBSD/32 6.2 (duty)
Mac OS X/32 10.4.8 (amazon)
Diffstat (limited to 'test')
-rw-r--r-- | test/tvltypes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tvltypes.c b/test/tvltypes.c index 817ebfc..d7da07d 100644 --- a/test/tvltypes.c +++ b/test/tvltypes.c @@ -1189,7 +1189,7 @@ test_vltypes_compound_vlstr(void) hsize_t maxdims[] = {H5S_UNLIMITED}; hsize_t size[] = {SPACE1_DIM1}; hsize_t offset[] = {0}; - unsigned i,j,k; /* counting variables */ + unsigned i,j; /* counting variables */ s2 *t1, *t2; /* Temporary pointer to VL information */ int val; herr_t ret; /* Generic return value */ |