Am 06.05.2009 um 17:10 schrieb Jb Evain: > On 5/6/09, Michael Foord <[email protected]> wrote: >> It reports the error "The variable `Something' is assigned but its >> value is >> never used(CS0219)". > > It looks like a warning to me. Maybe the project file asks to treat > warnings as errors ? Then it would simply be a matter of fixing the > compiler options.
Isn't this error/warning wrong in the first place? "Something" is being used in the comparison after all. Andreas _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
