]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/statbox.cpp
respecting more of the toolbar positions (tb_right not yet working), and fixing SetSi...
[wxWidgets.git] / src / osx / carbon / statbox.cpp
index d6ac0a91e74fa56de36d1b33d39b9f96cc9ee92a..173b4212ca49e201630f12a08d978f5b2aacaf68 100644 (file)
 
 wxWidgetImplType* wxWidgetImpl::CreateGroupBox( 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 );