mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
Clarify that return statements are not removed in production builds.
This commit is contained in:
parent
a22a6dc08c
commit
4e7db608dc
@ -269,7 +269,7 @@ Macros to return function results (or void)
|
||||
Function Test Macros
|
||||
|
||||
In debug builds these macros will update the stack trace with function names and parameters but not log. In production builds all
|
||||
test macros are compiled out.
|
||||
test macros are compiled out (except for return statements).
|
||||
***********************************************************************************************************************************/
|
||||
#ifdef DEBUG_TEST_TRACE
|
||||
#define FUNCTION_TEST_BEGIN() \
|
||||
|
Loading…
x
Reference in New Issue
Block a user