[Mono-bugs] [Bug 67048][Nor] Changed - mcs produces warnings where csc does not

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Sep 2004 20:43:15 -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 jluke@cfl.rr.com.

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

--- shadow/67048	2004-09-29 20:39:29.000000000 -0400
+++ shadow/67048.tmp.22210	2004-09-29 20:43:15.000000000 -0400
@@ -75,6 +75,12 @@
 is never used 
 
 ------- Additional Comments From jluke@cfl.rr.com  2004-09-29 20:39 -------
 Created an attachment (id=11636)
 proposed patch
 
+
+------- 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.