diff options
Diffstat (limited to 'tools/h5dumptst.c')
-rw-r--r-- | tools/h5dumptst.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/h5dumptst.c b/tools/h5dumptst.c index e48f0b9..85d7825 100644 --- a/tools/h5dumptst.c +++ b/tools/h5dumptst.c @@ -58,6 +58,7 @@ typedef struct s1_t { void test_enum(void); void test_objref(void); void test_datareg(void); +void test_nestcomp(void); @@ -1574,7 +1575,7 @@ void test_datareg(void){ void test_nestcomp(){ hid_t file,space,type,type2,dataset; - int i, maxdim = 5, status = 0; + int i, maxdim = 5, status; hsize_t dim = 5; int y = 1; |