[MonoDevelop] Warnings

Gearoid Donnellan Gearoid Donnellan <gearoid.donnellan@gmail.com>
Tue, 24 Aug 2004 17:00:37 +0100


I was trying out some code that was overloading operators and I got a
warning saying that I hade overridden == or != but that I dont
override Object.GetHash.

This is fine. I dont mind that warning being there but the problem is
that when I try and run the program through mondevelop it wont let me.
Is there a way to tell monodevelop to ignore the warnings during
compilation and to run the program anyway?