Suppressed warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -428,7 +428,7 @@ WXCursor wxCursor::MakeCursor(WXDisplay* display, wxStockCursor id)
|
||||
}
|
||||
|
||||
// Global cursor setting
|
||||
void wxSetCursor(const wxCursor& cursor)
|
||||
void wxSetCursor(const wxCursor& WXUNUSED(cursor))
|
||||
{
|
||||
// Nothing to do for Motif (no global cursor)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user