vwarningSupplemental

Same as warningSupplemental, but takes a va_list parameter.

nothrow extern (C++)
void
vwarningSupplemental
(
const ref Loc loc
,
const(char)* format
,
va_list ap
)

Parameters

loc
Type: Loc

location of warning

format
Type: const(char)*

printf-style format specification

ap
Type: va_list

printf-style variadic arguments

Meta