Fixing More Warnings in DMD?
bearophile via Digitalmars-d
digitalmars-d at puremagic.com
Wed May 28 08:36:54 PDT 2014
Dicebot:
> I don't think it is worth spending too much time on it because
> of ongoing DDMD transition which will make many of those issues
> obsolete.
Some of those warnings are not generated by D compiler (like
unused variables and labels, unused arguments, signed/unsigned
comparisons, etc), so better to catch and fix them before porting
the code to D.
Bye,
bearophile
More information about the Digitalmars-d
mailing list