[Mono-bugs] [Bug 545246] New: Spurious warning CS0169
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 8 04:11:26 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=545246
Summary: Spurious warning CS0169
Classification: Mono
Product: Mono: Compilers
Version: 2.4.x
Platform: Other
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: Christoph at ApiViewer.de
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Description of Problem:
Spurious warning CS0169
Steps to reproduce the problem:
private delegate void NoParamsDelegate();
Invoke(Delegate.CreateDelegate(typeof(NoParamsDelegate), this, "MyFunction"));
private void MyFunction()
{
}
Actual Results:
CS0169
Expected Results:
no warning
How often does this happen?
Always
Additional Information:
--
Configure bugmail: http://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