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 "enable_message" pragma re-enables the issuance of specified diagnostic http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
The "enable_message" pragma re-enables the issuance of specified diagnostic
messages that have been previously disabled.  The form of the
"enable_message" pragma is as follows.

+--------------------------------------------------------------------------+
|      #pragma enable_message ( msg_num {, msg_num} ) [;]                  |
|                                                                          |
+--------------------------------------------------------------------------+

where
    description

msg_num
    is the number of the diagnostic message.  This number corresponds to the
    number issued by the compiler.  Make sure to strip all leading zeroes
    from the message number (to avoid interpretation as an octal constant).

See also the description of 32-bit:  The DISABLE_MESSAGE Pragma (C Only):.

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