[Mono-bugs] [Bug 71187][Min] Changed - Incorrect 'unused variable' warnings

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Feb 2005 04:17:52 -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 marek.safar@seznam.cz.

http://bugzilla.ximian.com/show_bug.cgi?id=71187

--- shadow/71187	2005-02-21 18:00:33.000000000 -0500
+++ shadow/71187.tmp.9970	2005-02-22 04:17:52.000000000 -0500
@@ -38,6 +38,11 @@
 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.
+
+------- Additional Comments From marek.safar@seznam.cz  2005-02-22 04:17 -------
+Yes, it is csc bug.
+
+BTW: This code is sick in some way, mainly usage of 'error' is weird.