H5TRACE3 macro change for hdf5 1 12 (#656)
* Revert addition of & to 2 parameters in DSetCreatPropList::setVirtual from PR #448 Various clang tidy warning fixes, to maintain binary compatibility in hdf5_1_12. * Commit H5Trace3 macro change for code change merged from develop. * Enable maintainer mode.
This commit is contained in:
@@ -76,7 +76,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) # use silent rules where a
|
||||
##
|
||||
## By default, it is enabled. Users can configure with
|
||||
## --disable-maintainer-mode to prevent running the autotools.
|
||||
AM_MAINTAINER_MODE([disable])
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
||||
## ----------------------------------------------------------------------
|
||||
## Set prefix default (install directory) to a directory in the build area.
|
||||
|
||||
@@ -1547,7 +1547,7 @@ H5Eget_auto2(hid_t estack_id, H5E_auto2_t *func, void **client_data)
|
||||
|
||||
/* Don't clear the error stack! :-) */
|
||||
FUNC_ENTER_API_NOCLEAR(FAIL)
|
||||
H5TRACE3("e", "ixx", estack_id, func, client_data);
|
||||
H5TRACE3("e", "i*x**x", estack_id, func, client_data);
|
||||
|
||||
if (estack_id == H5E_DEFAULT) {
|
||||
if (NULL == (estack = H5E__get_my_stack())) /*lint !e506 !e774 Make lint 'constant value Boolean' in
|
||||
|
||||
Reference in New Issue
Block a user