[Mono-bugs] [Bug 433818] New: csc never issues warning cs0169 while (g)mcs does
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 9 06:58:12 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: juraj at hotfeet.ch
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list