[Mono-bugs] [Bug 82091][Wis] Changed - Bogus CS0168 (variable declared but never used)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 13 10:58:06 EDT 2007
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 at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=82091
--- shadow/82091 2007-07-13 10:31:58.000000000 -0400
+++ shadow/82091.tmp.15736 2007-07-13 10:58:06.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 82091
Product: Mono: Compilers
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: monkey at jpobst.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -43,6 +43,9 @@
Actual Result:
> gmcs test.cs
test.cs(8,24): warning CS0168: The variable `o' is declared but never used
Expected Result:
No warning or error.
+
+------- Additional Comments From marek.safar at seznam.cz 2007-07-13 10:58 -------
+The warning number should be CS0219. But the warning should be reported.
More information about the mono-bugs
mailing list