diff options
Diffstat (limited to 'test/b+tree.c')
-rw-r--r-- | test/b+tree.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/b+tree.c b/test/b+tree.c index 1c756b8..b29c192 100644 --- a/test/b+tree.c +++ b/test/b+tree.c @@ -108,6 +108,7 @@ error: * *------------------------------------------------------------------------- */ +#ifdef QAK static int test_insert_basic(hid_t fapl) { @@ -116,7 +117,6 @@ test_insert_basic(hid_t fapl) H5F_t *f=NULL; char *record; /* Record to insert into tree */ haddr_t bpt_addr; /* Address of B+ tree created */ - herr_t ret; /* Generic error return value */ h5_fixname(FILENAME[0], fapl, filename, sizeof filename); @@ -153,6 +153,7 @@ error: } H5E_END_TRY; return 1; } /* test_insert_basic() */ +#endif /* QAK */ /*------------------------------------------------------------------------- |