X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/524c47aa3adf2af11a3069fd5da035a604f08f66..ae901b234c4a0aa7c1777b3bd181dd7f8517ad21:/src/osx/carbon/checkbox.cpp diff --git a/src/osx/carbon/checkbox.cpp b/src/osx/carbon/checkbox.cpp index f31d0413fc..3dff92a7d5 100644 --- a/src/osx/carbon/checkbox.cpp +++ b/src/osx/carbon/checkbox.cpp @@ -18,12 +18,12 @@ wxWidgetImplType* wxWidgetImpl::CreateCheckBox( wxWindowMac* wxpeer, wxWindowMac* parent, - wxWindowID id, - const wxString& label, + wxWindowID WXUNUSED(id), + const wxString& WXUNUSED(label), const wxPoint& pos, const wxSize& size, long style, - long extraStyle) + long WXUNUSED(extraStyle)) { Rect bounds = wxMacGetBoundsForControl( wxpeer , pos , size ) ; wxMacControl* peer = new wxMacControl(wxpeer) ;