Tells the compiler to issue a text message to the user.
#pragma message( msg )
msg
Actual message to issue. Does not have to be a string literal.
In the CodeWarrior IDE, the message appears in the Errors & Warnings window Console view. On the command line, the message is sent to the standard error stream.
This pragma does not correspond to any panel setting.