warningSupplemental

Print additional details about a warning message. Doesn't increase the warning count or print an additional warning prefix.

nothrow extern (C++)
static if(__VERSION__ < 2092)
void
warningSupplemental
(
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