<p dir="ltr"><br>
On 6 Apr 2014 21:15, "David Nadlinger" <<a href="mailto:code@klickverbot.at">code@klickverbot.at</a>> wrote:<br>
><br>
> On Sunday, 6 April 2014 at 17:39:38 UTC, bearophile wrote:<br>
>><br>
>> I'd like dmd/ldc2 compilers to compile with warnings active on default, plus to have a switch to disable them.<br>
><br>
><br>
> LDC is actually built with -Wall -Wextra by default. The warnings are disabled for the DMD source files though, as leaving them on just floods the console output, making actual issues much harder to see.<br>
><br>
> We will have to look into additionally adding warning push/pop pragmas around the frontend includes in the "proper" LDC source files though. Currently, we get quite a bit of log spam from them, and some of them are unlikely to be addressed in the upstream source.<br>

></p>
<p dir="ltr">You should have more abstraction in LDC between the two frontend layers. :)<br>
</p>