Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - the "warning" pragma sets the level of warning messages. the form of the http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The "warning" pragma sets the level of warning messages.  The form of the
"warning" pragma is as follows.

+--------------------------------------------------------------------------+
|      #pragma warning msg_num level [;]                                   |
|                                                                          |
+--------------------------------------------------------------------------+

where
    description

msg_num
    is the number of the warning message.  This number corresponds to the
    number issued by the compiler.  If msg_num is "*", the level of all
    warning messages is changed to the specified level.  Make sure to strip
    all leading zeroes from the message number (to avoid interpretation as
    an octal constant).

level
    is a number from 0 to 9 and represents the level of the warning message.
     When a value of zero is specified, the warning becomes an error.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson