SOM Kernel Reference 1-67
SOM_WarnMsg Macro
Purpose
Reports a warning message.
Syntax
void SOM_WarnMsg (string msg);
Description
If SOM_WarnLevel is set to a value greater than zero, the SOM_WarnMsg macro prints the
specified message, along with the filename and line number where the macro was invoked.
Parameters
msg The warning message to be output.
Expansion
If SOM_WarnLevel is set to a value greater than zero, the SOM_WarnMsg macro prints the
specified message, along with the filename and line number where the macro was invoked.
Related Information
Macros: SOM_Error
Komentarze do niniejszej Instrukcji