[Mono-bugs] [Bug 51310][Nor] Changed - default warninglevel does not match csc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 12 Feb 2004 15:54:17 -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=51310

--- shadow/51310	2004-02-08 14:17:47.000000000 -0500
+++ shadow/51310.tmp.7220	2004-02-12 15:54:17.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 51310
 Product: Mono/Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
@@ -29,6 +29,13 @@
 it will improve overall code quality.
 
 ------- Additional Comments From gert.driesen@pandora.be  2003-11-23 11:08 -------
 Created an attachment (id=5993)
 patch for fixing setting the default warninglevel to 4
 
+
+------- Additional Comments From miguel@ximian.com  2004-02-12 15:54 -------
+We have made a concious decision to keep the default warning level
+below.  The reason is that it incurs into many computationally
+expensive chunks of code.
+
+When we fix that, we can change that.