[Mono-bugs] [Bug 32306][Min] Changed - mcs doesn report warning CS0169 (unused private member)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
23 Oct 2002 00:18:45 -0000


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

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

--- shadow/32306	Tue Oct 15 11:36:01 2002
+++ shadow/32306.tmp.2735	Tue Oct 22 20:18:45 2002
@@ -1,14 +1,14 @@
 Bug#: 32306
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,12 @@
 		return 0;
 	}
 }
 ===========cut===========cut===========cut===========cut===========cut
 
 mcs should report the warning.
+
+------- Additional Comments From miguel@ximian.com  2002-10-22 20:18 -------
+Heh, I should have known better.
+
+MCS only reports this warning on level 4.  We usually run the compiler
+at level 3 because many of the level 4 warnings are expensive time-wise.