https://issues.dlang.org/show_bug.cgi?id=23247
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #4 from Dlang Bot <[email protected]> --- @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 --
