diff options
Diffstat (limited to 'test/swmr_start_write.c')
-rw-r--r-- | test/swmr_start_write.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/swmr_start_write.c b/test/swmr_start_write.c index 26a3dab..ab639fb 100644 --- a/test/swmr_start_write.c +++ b/test/swmr_start_write.c @@ -92,6 +92,7 @@ create_file(const char *filename, hbool_t verbose, FILE *verbose_file, if(H5Pset_libver_bounds(fapl, H5F_LIBVER_LATEST, H5F_LIBVER_LATEST) < 0) return -1; +#ifdef QAK if(verbose) { char verbose_name[1024]; @@ -99,6 +100,7 @@ create_file(const char *filename, hbool_t verbose, FILE *verbose_file, H5Pset_fapl_log(fapl, verbose_name, H5FD_LOG_ALL, (size_t)(512 * 1024 * 1024)); } /* end if */ +#endif /* QAK */ /* Create file creation property list */ if((fcpl = H5Pcreate(H5P_FILE_CREATE)) < 0) |