[Mono-devel-list] Warnings building mcs/mcs

Nick Drochak ndrochak at gol.com
Sun Jan 4 20:56:52 EST 2004


|  -----Original Message-----
|  From: mono-devel-list-admin at lists.ximian.com [mailto:mono-devel-list-
|  admin at lists.ximian.com] On Behalf Of Jonathan Gilbert
|  Sent: Monday, January 05, 2004 12:12 AM
|  To: mono-devel-list at lists.ximian.com
|  Subject: Re: [Mono-devel-list] Warnings building mcs/mcs
|  
|  >Also, there are two more warnings I'd like to get rid of, but not sure
|  how.
|  >The are:
|  >ecore.cs(2177,24): warning CS0659: 'Mono.CSharp.TypeExpr' overrides
|  >Object.Equals(object o) but does not override
|  >        Object.GetHashCode()
|  
|  This warning means exactly what it says: that type overrides the "Equals"
|  method, but it allows the base type to implement "GetHashCode". You can

Thanks. I'm afraid my question was too terse.  I understand the problem and
"how" to fix it, but wanted to get mcs's hackers to comment on the
right/best way to fix this problem.

Regards,
Nick




More information about the Mono-devel-list mailing list