[Mono-bugs] [Bug 625583] gmcs emits unused field warning on field used as argument to method invocation

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jul 26 11:10:15 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=625583

http://bugzilla.novell.com/show_bug.cgi?id=625583#c1


Jb Evain <jbevain at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbevain at novell.com

--- Comment #1 from Jb Evain <jbevain at novell.com> 2010-07-26 15:10:15 UTC ---
It kind of makes sense as Debug.Assert has a [Conditional ("DEBUG")]. Since
you're not defining DEBUG, Debug.Assert is not called, and the field is not
used.

Just sayin'

-- 
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