[Issue 23247] Deprecation: argument 0.0L for format specification "%La" must be double, not real

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 14 10:36:25 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23247

--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject.org> ---
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.

--


More information about the Digitalmars-d-bugs mailing list