warning

Print a warning message, increasing the global warning count.

nothrow extern (C++)
static if(__VERSION__ < 2092)
void
warning
(
const ref Loc loc
,
const(char)* format
,)

Parameters

loc Loc

location of warning

format const(char)*

printf-style format specification ... = printf-style variadic arguments

Suggestion Box / Bug Report