more unused param warnings fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -164,7 +164,8 @@ wxToolBarToolBase *wxToolBarSimple::AddTool(int id,
|
||||
helpString1, helpString2);
|
||||
}
|
||||
|
||||
bool wxToolBarSimple::DoInsertTool(size_t pos, wxToolBarToolBase *toolBase)
|
||||
bool wxToolBarSimple::DoInsertTool(size_t WXUNUSED(pos),
|
||||
wxToolBarToolBase *toolBase)
|
||||
{
|
||||
wxToolBarToolSimple *tool = (wxToolBarToolSimple *)toolBase;
|
||||
|
||||
|
@@ -273,7 +273,7 @@ wxTreeEvent::wxTreeEvent( wxEventType commandType, int id )
|
||||
|
||||
wxGenericTreeItem::wxGenericTreeItem(wxGenericTreeItem *parent,
|
||||
const wxString& text,
|
||||
wxDC& dc,
|
||||
wxDC& WXUNUSED(dc),
|
||||
int image, int selImage,
|
||||
wxTreeItemData *data)
|
||||
: m_text(text)
|
||||
|
Reference in New Issue
Block a user