mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r30126] Description:
Correct build error with non-debug parallel builds Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
This commit is contained in:
parent
8ca7944380
commit
1f811ecceb
@ -183,8 +183,10 @@ done:
|
||||
herr_t
|
||||
H5AC__init_package(void)
|
||||
{
|
||||
#ifdef H5_DEBUG_BUILD
|
||||
#if defined H5_DEBUG_BUILD | defined H5_HAVE_PARALLEL
|
||||
H5P_genplist_t *xfer_plist; /* Dataset transfer property list object */
|
||||
#endif /* defined H5_DEBUG_BUILD | defined H5_HAVE_PARALLEL */
|
||||
#ifdef H5_DEBUG_BUILD
|
||||
H5FD_dxpl_type_t dxpl_type; /* Property indicating the type of the internal dxpl */
|
||||
#endif /* H5_DEBUG_BUILD */
|
||||
#ifdef H5_HAVE_PARALLEL
|
||||
|
Loading…
x
Reference in New Issue
Block a user