[Mono-bugs] [Bug 41881][Wis] Changed - A warning is shown when using protected in a sealed class

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 25 Apr 2003 22:49:20 -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 miguel@ximian.com.

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

--- shadow/41881	Thu Apr 24 16:00:43 2003
+++ shadow/41881.tmp.17502	Fri Apr 25 22:49:20 2003
@@ -1,14 +1,14 @@
 Bug#: 41881
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: yoros@wanadoo.es               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -35,6 +35,9 @@
     Here is a sample code:
 
 public sealed class A {
     protected void MetA () {
     }
 }
+
+------- Additional Comments From miguel@ximian.com  2003-04-25 22:49 -------
+Use a higher warning level: -warn:4