[Mono-bugs] [Bug 71187][Min] Changed - Incorrect 'unused variable' warnings
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Feb 2005 18:00:33 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71187
--- shadow/71187 2005-02-21 04:55:38.000000000 -0500
+++ shadow/71187.tmp.27858 2005-02-21 18:00:33.000000000 -0500
@@ -34,6 +34,10 @@
this it not a bug. You cannot remove this field.
The warning says "value is never assigned" which means you return this
value but you don't set this value.
So, if your code is correct then you can replace this field with
constant or don't introduce the field either.
+
+------- Additional Comments From gonzalo@ximian.com 2005-02-21 18:00 -------
+Well, csc does not issue these warnings.
+I leave it up to you if you want to reopen the bug.