Warning

For reporting warnings.

Constructors

this
this(Location location, cstring message)

Constructs a Warning object.

Inherited Members

From Problem

column
uint column;

Cache variable for column.

getMsg
cstring getMsg()

Returns the message.

loc
size_t loc()

Returns the line of code.

col
size_t col()

Returns the column.

filePath
cstring filePath()

Returns the file path.

Meta