//# Information on region
//-----------------------------------------------------------------------------
-bool wxRegion::DoIsEqual(const wxRegion& region) const
+bool wxRegion::DoIsEqual(const wxRegion& WXUNUSED(region)) const
{
wxFAIL_MSG( _T("not implemented") );
*/
OSStatus wxMacRegionToRectsCounterCallback(
- UInt16 message, RgnHandle region, const Rect *rect, void *data )
+ UInt16 message, RgnHandle WXUNUSED(region), const Rect *WXUNUSED(rect), void *data )
{
long *m_numRects = (long*) data ;
if ( message == kQDRegionToRectsMsgInit )
};
OSStatus wxMacRegionToRectsSetterCallback(
- UInt16 message, RgnHandle region, const Rect *rect, void *data )
+ UInt16 message, RgnHandle WXUNUSED(region), const Rect *rect, void *data )
{
if (message == kQDRegionToRectsMsgParse)
{