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 warning = ErrorSeverity('WARNING', 2, 'warning');