[Mono-bugs] [Bug 52706][Min] Changed - mcs does not report CS0168 (variable declared but never used)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 21:55:56 -0400 (EDT)


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 martin@ximian.com.

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

--- shadow/52706	2004-04-28 20:17:16.000000000 -0400
+++ shadow/52706.tmp.15778	2004-04-28 21:55:56.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 52706
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: V1
@@ -26,6 +26,9 @@
 	public static void Main () {
 		short len;
 		long pos;
 	}
 }
 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+
+------- Additional Comments From martin@ximian.com  2004-04-28 21:55 -------
+That's warning level 4.