#warning

Syntax:

    #warning message

When the #warning command is encountered the compiler displays the filename, line number, and message, and then continues. This command is mostly used for debugging.