dmd 1.070 and 2.055 release
Nick Sabalausky
a at a.a
Thu Sep 8 11:59:38 PDT 2011
"d coder" <dlang.coder at gmail.com> wrote in message
news:mailman.2759.1315502193.14074.digitalmars-d-announce at puremagic.com...
>> Is there any way to drown those deprecation notices? I get a wall of
>> notices every time I compile..
>>
>
> Would this DMD option help?
>
> -d allow deprecated features
No, that's for stuff that's actually marked with "deprecated". He's talking
about the "scheduled for deprecation" notices, which are just simply
"pragma(msg,...);". The compiler doesn't know anything about them.
-------------------------------
Not sent from an iPhone.
More information about the Digitalmars-d-announce
mailing list