| |||
| Home > Language Extensions > #warning | |||
The preprocessing directive #warning is
supported. Like the #error directive, this produces
a user-defined warning at compilation time. However, it does not
halt compilation.
The #warning directive is not available
if the --strict option is specified. If used, it
produces an error.