warning

Print a warning message, increasing the global warning count.

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

Parameters

loc Loc

location of warning

format const(char)*

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

Meta