warningSupplemental

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

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

Parameters

loc Loc

location of warning

format const(char)*

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

Meta