X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c33522fca7cddc441a316f5b9fb50d7685435ba..bec9bf3e20e07cfb3874069acce98aa2e898b8dc:/src/x11/cursor.cpp?ds=inline diff --git a/src/x11/cursor.cpp b/src/x11/cursor.cpp index 7eaa5e6fde..6688cfafee 100644 --- a/src/x11/cursor.cpp +++ b/src/x11/cursor.cpp @@ -124,9 +124,9 @@ void wxCursor::InitFromStock( wxStockCursor cursorId ) #endif } -wxCursor::wxCursor(const wxString& name, - wxBitmapType type, - int hotSpotX, int hotSpotY) +wxCursor::wxCursor(const wxString& WXUNUSED(name), + wxBitmapType WXUNUSED(type), + int WXUNUSED(hotSpotX), int WXUNUSED(hotSpotY)) { wxFAIL_MSG( wxT("wxCursor creation from file not yet implemented") ); }