WARNING constant

ErrorSeverity const WARNING

The severity representing a warning. Warnings can become errors if the -Werror command line flag is specified.

Implementation

static const ErrorSeverity WARNING =
    const ErrorSeverity('WARNING', 2, "W", "warning");