[Mono-bugs] [Bug 67048][Nor] Changed - mcs produces warnings where csc does not
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Nov 2004 11:52:20 -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 marek.safar@seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=67048
--- shadow/67048 2004-11-26 11:48:59.000000000 -0500
+++ shadow/67048.tmp.25845 2004-11-26 11:52:20.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 67048
Product: Mono: Compilers
Version: unspecified
OS: SUSE 9.0
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: marek.safar@seznam.cz
ReportedBy: mathpup@mylinuxisp.com
@@ -81,6 +81,13 @@
------- Additional Comments From jluke@cfl.rr.com 2004-09-29 20:43 -------
At first I was gonna say that it looked like a valid warning, but I
think Marcus is right that only primitive types should produce this
warning like csc does. This occurs in gui code a lot where you just
create something (window, dialog) and dont "use" it.
+
+------- Additional Comments From marek.safar@seznam.cz 2004-11-26 11:52 -------
+Hello,
+
+I think that is csc bug or wrong design because if variable is not used
+this warning should appears. Doesn't matter whether type is internal
+or not.