diff options
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 */ |