[Mono-bugs] [Bug 58488][Wis] Changed - Poor CS0162 diagnostic

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 16 May 2004 21:48:11 -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 michi@zeroc.com.

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

--- shadow/58488	2004-05-14 11:28:27.000000000 -0400
+++ shadow/58488.tmp.1567	2004-05-16 21:48:11.000000000 -0400
@@ -46,6 +46,19 @@
 Can you confirm if the above fixes the issue?
 
 There are a few spots where we mistakenly might not propagate the
 location information, so from time to time we get that kind of error.
 
 Getting the source would help, yes.
+
+------- Additional Comments From michi@zeroc.com  2004-05-16 21:48 -------
+I applied the patch and it fixed, thanks muchly!
+Turns out that the warning was generated by a double semicolon in a
+function:
+
+return new ArrayList(list);;
+
+Thanks a lot for the quick fix!
+
+Cheers,
+
+Michi.