Someone on my team tried fixing a \'variable not used\' warning in an empty catch clause.
try { ... } catch (Exception ex) { }
-> gives a w
I think the person that answers this will need some insight into how the compiler works. However, something like FxCop would probably catch this.