]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/radiobut.cpp
fix a couple of harmless warnings during wxOSX build
[wxWidgets.git] / src / osx / carbon / radiobut.cpp
index 38730a0b271d116517d86a2abbe2ff9416b975a9..61218e28fe21a7860cea8cff35f3a6e56fdadd5a 100644 (file)
 
 wxWidgetImplType* wxWidgetImpl::CreateRadioButton( 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(style)
+                                    long WXUNUSED(extraStyle)
 {
     Rect bounds = wxMacGetBoundsForControl( wxpeer , pos , size ) ;
     wxMacControl* peer = new wxMacControl(wxpeer) ;