Fixing More Warnings in DMD?

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Thu May 29 02:35:25 PDT 2014


> 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.

In D I'd like optional warnings for unused 
variables/labels/arguments/last assignments, and for 
signed-unsigned comparisons. Such basic things are not a job for 
Dscanner.

Bye,
bearophile


More information about the Digitalmars-d mailing list