[Mono-bugs] [Bug 34861][Min] Changed - Miss. warn CS0067 - unused events
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 21 Jan 2003 01:24:16 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=34861
--- shadow/34861 Wed Dec 18 13:47:51 2002
+++ shadow/34861.tmp.919 Tue Jan 21 01:24:16 2003
@@ -1,13 +1,13 @@
Bug#: 34861
Product: Mono/MCS
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: 002 Two hours
Priority: Minor
Component: Misc
AssignedTo: martin@ximian.com
ReportedBy: jaimemonkey@yahoo.es
QAContact: mono-bugs@ximian.com
@@ -67,6 +67,9 @@
------- Additional Comments From martin@ximian.com 2002-12-18 13:07 -------
Shouldn't be that hard. I suppose this is a warning and not an
error and it's only reported if the class and event is non-public
(since otherwise, it could be used in another assembly / a derived
class) ?
+
+------- Additional Comments From miguel@ximian.com 2003-01-21 01:24 -------
+This error is reported, but you have to compile with warning level 4