#include <nitro/misc.h>
SDK_WARNING(exp, fmt, ...);
exp | The condition parameter. |
fmt | The display string (format string). |
None.
This macro examines a condition, and outputs a string if the condition is not fulfilled. Unlike SDK_ASSERT()
, it does not force an application to terminate. In accordance with the format string fmt
, a variable number of arguments is allowed.
Because this macro function is a debugging function, it will not perform the output operation in the RELEASE and the FINALROM builds.
2004/09/01 Added the description that the RELEASE and ROM builds do not output
2004/03/12 Added description
2004/02/27 Initial version
CONFIDENTIAL