Define HANDLE_WARNING_LEVEL#
Defined in File sdv_test_macro.h
Define Documentation#
-
HANDLE_WARNING_LEVEL(level, statement, val1, val2, condition)#
Helper macro to handle warning levels.
- Parameters:
level – [in] The warning level.
statement – [in] The statement to execute.
val1 – [in] The first value for comparison.
val2 – [in] The second value for comparison.
condition – [in] The condition to check.