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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to