[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 16:07:11 UTC 2022


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #14302 "fix Issue 23247 - Deprecation: argument 0.0L for
format specification "%La" must be double, not real" was merged into master:

- 34c520611c191cbd6c7bdf43c181efd9c4e4290c by Iain Buclaw:
  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