diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-11-29 15:59:47 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-11-29 15:59:47 (GMT) |
commit | caaca121bd632cf3b39bbb804070db313896eb29 (patch) | |
tree | 0d1ac6f9c356ba21bd10c07e5b56957083e47707 /src/H5Dio.c | |
parent | 4db7461569a90f466ba6be14d7e292a040bc3a36 (diff) | |
parent | 4d4eb4cd5cc64d47f46fd944fd9b9548d38c86be (diff) | |
download | hdf5-caaca121bd632cf3b39bbb804070db313896eb29.zip hdf5-caaca121bd632cf3b39bbb804070db313896eb29.tar.gz hdf5-caaca121bd632cf3b39bbb804070db313896eb29.tar.bz2 |
Merge branch 'develop' into noF77
Diffstat (limited to 'src/H5Dio.c')
-rw-r--r-- | src/H5Dio.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c index 104a632..280d602 100644 --- a/src/H5Dio.c +++ b/src/H5Dio.c @@ -962,7 +962,9 @@ const io_info->using_mpi_vfd = H5F_HAS_FEATURE(dset->oloc.file, H5FD_FEAT_HAS_MPI); #endif /* H5_HAVE_PARALLEL */ -done: +#ifdef H5_DEBUG_BUILD + done: +#endif /* H5_DEBUG_BUILD */ FUNC_LEAVE_NOAPI(ret_value) } /* end H5D__ioinfo_init() */ |