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:
Vadim Zeitlin
1999-12-26 21:54:12 +00:00
parent 9c2882d9e1
commit 406005d21b
2 changed files with 3 additions and 2 deletions

View File

@@ -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;

View File

@@ -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)