https://issues.dlang.org/show_bug.cgi?id=23247
--- Comment #2 from Iain Buclaw <[email protected]> --- As an aside, also broken is the message for "%a[flag]" Deprecation: argument `& variable` for format specification `"%a"` must be `char*`, not `char**` Deprecation: argument `& value` for format specification `"%a"` must be `char*`, not `char**` Wrong, a `char**` is correct. --
