[Mono-bugs] [Bug 74378][Min] Changed - spurious warning when defining obsolete field with initial value
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 27 Apr 2005 04:46:05 -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 marek.safar@seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=74378
--- shadow/74378 2005-04-19 02:20:04.000000000 -0400
+++ shadow/74378.tmp.18866 2005-04-27 04:46:05.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 74378
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: marek.safar@seznam.cz
ReportedBy: danw@novell.com
QAContact: mono-bugs@ximian.com
@@ -28,6 +28,9 @@
./Scale.cs(39) warning CS0618: 'Pango.Scale.X_Small' is obsolete:
'Use XSmall'
If you remove the "= XSmall", there's no warning. Apparently it considers
setting the value of the field to be "using" it for purposes of the
warning. But CSC gives no warning in this case.
+
+------- Additional Comments From marek.safar@seznam.cz 2005-04-27 04:46 -------
+Fixed in SVN