[Issue 4559] Disallowing single semicolons

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jun 10 12:02:41 PDT 2017


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

Stefan Koch <uplink.coder at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |uplink.coder at gmail.com

--- Comment #6 from Stefan Koch <uplink.coder at gmail.com> ---
(In reply to Andrei Alexandrescu from comment #5)

> The warning has been in there for years. The basic idea is to convert
> warnings to errors.

I just tried :

int i;;

It compiles just fine without a warning.

--


More information about the Digitalmars-d-bugs mailing list