digitalmars.D - Warnings on fault
- bearophile <bearophileHUGS lycos.com> Jun 07 2011
- Trass3r <un known.com> Jun 07 2011
- "Nick Sabalausky" <a a.a> Jun 07 2011
From the frequency I see people in D.learn not use the -w compiler switch, I suggest to deprecate (and later remove) it, activate warnings on default, and introduce a -nw switch that disables them on request. Bye, bearophile
Jun 07 2011
From the frequency I see people in D.learn not use the -w compiler switch, I suggest to deprecate (and later remove) it, activate warnings on default, and introduce a -nw switch that disables them on request.
Well then we should also make them "informational" by default.
Jun 07 2011
"Trass3r" <un known.com> wrote in message news:op.vwpmo1i13ncmek enigma...From the frequency I see people in D.learn not use the -w compiler switch, I suggest to deprecate (and later remove) it, activate warnings on default, and introduce a -nw switch that disables them on request.
Well then we should also make them "informational" by default.
I'm in favor of all this.
Jun 07 2011








"Nick Sabalausky" <a a.a>