<p dir="ltr">On 4 Oct 2014 22:30, "David Nadlinger via Digitalmars-d" <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br>
><br>
> On Monday, 29 September 2014 at 15:13:28 UTC, Daniel Murphy wrote:<br>
>><br>
>> But that's a good thing - the people who get their code broken are the people who are asking for it with '-w'.<br>
><br>
><br>
> I don't think there is much merit to this argument.<br>
><br>
> First, it's not like the ability to make diagnostics halt the build is something specific to Warnings. Just pass -de and use of deprecated symbols will halt compilation too. (Actually, not passing -de would lead to a funny error(Warning)->warning(Deprecation)->error(Error) progression right now.)<br>
></p>
<p dir="ltr">One reason why on GDC I removed the distinction between -w and -de, there are now three GCC-style switches: -Wall (-wi), -Wdeprecated (-d), and -Werror (-w, -de). All of which are off by default.</p>
<p dir="ltr">Iain.</p>