[Mono-bugs] [Bug 71073][Wis] Changed - unfixable warning cs0067 "event not used"
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 12 Jan 2005 16:45:12 -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 lewing@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71073
--- shadow/71073 2005-01-06 18:03:58.000000000 -0500
+++ shadow/71073.tmp.19602 2005-01-12 16:45:12.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 71073
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: danw@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -38,6 +38,11 @@
ev.cs(13) warning CS0067: The event 'Foo.blah' is never used
but if you don't define it, you get an error for not fully
implementing the interface.
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.