[Mono-bugs] [Bug 71187][Min] New - Incorrect 'unused variable' warnings
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 11 Jan 2005 19:54:07 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71187
--- shadow/71187 2005-01-11 19:54:07.000000000 -0500
+++ shadow/71187.tmp.26238 2005-01-11 19:54:07.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 71187
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gonzalo@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Incorrect 'unused variable' warnings
+
+When compiling System.dll:
+System.Net.Sockets\Socket.cs(69,9): warning CS0649: Field
+'System.Net.Sockets.Socket.SocketAsyncResult.completed_sync' is never
+assigned to, and will always have its default value false
+
+System.Net.Sockets\Socket.cs(72,8): warning CS0649: Field
+'System.Net.Sockets.Socket.SocketAsyncResult.error' is never assigned to,
+and will always have its default value 0
+
+but those 2 fields are used (try removing them to see where)