fixing warnings in osx common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2158,7 +2158,7 @@ Rect wxMacGetBoundsForControl( wxWindowMac* window , const wxPoint& pos , const
|
||||
return bounds ;
|
||||
}
|
||||
|
||||
bool wxWindowMac::OSXHandleClicked( double timestampsec )
|
||||
bool wxWindowMac::OSXHandleClicked( double WXUNUSED(timestampsec) )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user