[Mono-bugs] [Bug 51291][Maj] New - mcs no longer accepts warnaserror option
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 22 Nov 2003 14:02:09 -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=51291
--- shadow/51291 2003-11-22 14:02:09.000000000 -0500
+++ shadow/51291.tmp.23580 2003-11-22 14:02:09.000000000 -0500
@@ -0,0 +1,29 @@
+Bug#: 51291
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details: Gentoo 1.4 R8
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gert.driesen@pandora.be
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs no longer accepts warnaserror option
+
+When you execute the following command :
+
+mcs -warnaserror
+
+you'll get the following error (using mono built from cvs) :
+
+error CS1901: Conflicting options specified: Warning level 0; Treat
+warnings as errors
+
+Setting the warning level explicitly on the command line (using the -warn
+option) does not resolve the issue either.