https://bugzilla.novell.com/show_bug.cgi?id=433818


           Summary: csc never issues warning cs0169 while (g)mcs does
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
            Blocks: 433806
          Found By: ---


css compiles the following trivial program compiles without any warning while
gmcs issues warning CS0169*:

public class Test {
        void Dummy() {}
}

Compiled on .NET with "csc /w:4 /t:library test.cs".

*) http://msdn.microsoft.com/en-us/library/x7sk421w(VS.80).aspx


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to