[Mono-bugs] [Bug 35461][Nor] New - mcs doesn't report warnings (level 4) of type CS0078

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
11 Dec 2002 18:20:20 -0000


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 bugbuddy-import@ximian.com.

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

--- shadow/35461	Wed Dec 11 13:20:20 2002
+++ shadow/35461.tmp.26251	Wed Dec 11 13:20:20 2002
@@ -0,0 +1,59 @@
+Bug#: 35461
+Product: Mono/MCS
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: 
+Status: UNCONFIRMED   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: Misc
+AssignedTo: triage@ximian.com                            
+ReportedBy: bugbuddy-import@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs doesn't report warnings (level 4) of type CS0078
+
+Package: Mono/MCS
+Priority: Normal
+Version: CVS Dec-10-2002
+Synopsis: mcs doesn't report warnings (level 4) of type CS0078
+Bugzilla-Product: Mono/MCS
+Bugzilla-Component: Misc
+
+Description:
+Description of Problem:
+
+mcs doesn't report warnings (level 4) of type CS0078
+
+Steps to reproduce the problem:
+
+The test under mcs/errors/cs0078.cs is:
+
+// cs0078.cs: Compiler Warning level 4. 'l' is easily confused with
+digit '1'.
+// Line: 12
+
+using System;
+
+class ErrorCS0078 {
+        static void Test1() {
+        }
+        static void Testl() {
+        }
+        public static void Main () {
+                Test1();
+        }
+}
+
+
+
+
+
+Unknown reporter: jaime@gnome.org, changed to bugbuddy-import@ximian.com.
+Setting qa contact to the default for this product.
+   This bug either had no qa contact or an invalid one.
+
+