[Mono-bugs] [Bug 51310][Wis] New - default warninglevel does not match csc
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 23 Nov 2003 11:06:55 -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 2003-11-23 11:06:55.000000000 -0500
+++ shadow/51310.tmp.863 2003-11-23 11:06:55.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 51310
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+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
+
+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.