[Mono-bugs] [Bug 43191][Wis] Changed - Missing 649 warning: field will always have a constant value.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 13 Dec 2003 08:35:51 -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 martin@ximian.com.

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

--- shadow/43191	2003-11-27 01:04:11.000000000 -0500
+++ shadow/43191.tmp.7284	2003-12-13 08:35:51.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 43191
-Product: Mono/MCS
+Product: Mono/Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
-Component: Misc
+Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: seguso.forever@tin.it               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -34,6 +34,9 @@
   
  
 warning: readonly fields must be initialized in either the constructor or the class
 
 ------- Additional Comments From miguel@ximian.com  2003-11-27 01:04 -------
 The error reported is cs0649 by csc
+
+------- Additional Comments From martin@ximian.com  2003-12-13 08:35 -------
+MCS already does this if you compile with -warn:4.