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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 8 Feb 2004 14:17:48 -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 gert.driesen@pandora.be.

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

--- shadow/51310	2004-02-08 14:17:47.000000000 -0500
+++ shadow/51310.tmp.14965	2004-02-08 14:17:47.000000000 -0500
@@ -0,0 +1,34 @@
+Bug#: 51310
+Product: Mono/Compilers
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gert.driesen@pandora.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: default warninglevel does not match csc
+BugsThisDependsOn: 50875[FIXED]
+
+In mcs, the default warning is set to 2, while in MS csc the default is 4.
+
+I attached a patch that fixes this, BUT applying this patch will result in
+several thousands of warning when you build the mono system assemblies.
+
+Some of them are probable correct, but most of them seem bogous.  Meaning
+that the code for determining these warnings needs to be fixed first.
+
+I suggest fixing mcs and then applying this patch as soon as possible, as
+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
+