[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 11:13:27 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23247
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #4 from Dlang Bot <dlang-bot at dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #14302 "fix Issue 23247 - Deprecation:
argument 0.0L for format specification "%La" must be double, not real" fixing
this issue:
- fix Issue 23247 - Deprecation: argument 0.0L for format specification "%La"
must be double, not real
As we are no longer using the GNU/C89 extensions of scanf(), remove all
GNU_a handling, this fixes the regression in parsing "%La".
https://github.com/dlang/dmd/pull/14302
--
More information about the Digitalmars-d-bugs
mailing list