[Mono-bugs] [Bug 66031][Min] Changed - mcs does not report CS0168 (using warning level 4)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 15 Sep 2004 16:12:54 -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 gert.driesen@pandora.be.

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

--- shadow/66031	2004-09-15 14:15:12.000000000 -0400
+++ shadow/66031.tmp.22221	2004-09-15 16:12:54.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 66031
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: mcs does not report CS0618 (using warning level 4)
+Summary: mcs does not report CS0168 (using warning level 4)
 
 mcs (built from cvs head) does not report CS0618 for the following code 
 fragment (when using warning level 4) :
 
 using System;