[Issue 3960] Unused local variables not reported
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Apr 26 13:03:49 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=3960
--- Comment #28 from bearophile_hugs at eml.cc 2012-04-26 13:04:47 PDT ---
(In reply to comment #26)
> I think that issue# 7989 is a great argument for why there shouldn't be any
> warnings or errors for unused variables. Such would needlessly make writing
> template constraints harder.
The fact that in some uncommon situations you want to define a variable and not
use it, can't justify the lack of a compile reaction to unused variables. There
are solutions to that problem, Steven Schveighoffer suggests something like:
pragma(used) int x;
Or:
@used int x;
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list