[Mono-bugs] [Bug 71187][Min] Changed - Incorrect 'unused variable' warnings

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Jan 2005 02:12:05 -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=71187

--- shadow/71187	2005-01-11 19:54:07.000000000 -0500
+++ shadow/71187.tmp.32251	2005-01-13 02:12:05.000000000 -0500
@@ -1,28 +1,30 @@
 Bug#: 71187
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: marek.safar@seznam.cz                            
 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)
+
+------- Additional Comments From miguel@ximian.com  2005-01-13 02:12 -------
+Am CCing Marek and Martin on this bug.