[Mono-bugs] [Bug 71073][Wis] Changed - unfixable warning cs0067 "event not used"
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Feb 2005 19:30:45 -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=71073
--- shadow/71073 2005-01-12 16:45:12.000000000 -0500
+++ shadow/71073.tmp.19188 2005-02-14 19:30:45.000000000 -0500
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: danw@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: unfixable warning cs0067 "event not used"
If an interface defines an event, and an implementation of that
interface never invokes the event, mcs complains:
using System;
@@ -43,6 +42,11 @@
The warning is consistent with csc, but it seems wrong.
------- Additional Comments From lewing@ximian.com 2005-01-12 16:45 -------
additionally if an abstract class defines an event you get the same
warning. There is no way an abstract class could use the event so
that warning is just noise.
+
+------- Additional Comments From miguel@ximian.com 2005-02-14 19:30 -------
+Am CCing Marek.
+
+Marek, do you think you could look at this?