unused parameter warnings suppressed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -138,8 +138,8 @@ void wxWindowBase::InitBase()
|
||||
// common part of window creation process
|
||||
bool wxWindowBase::CreateBase(wxWindowBase *parent,
|
||||
wxWindowID id,
|
||||
const wxPoint& pos,
|
||||
const wxSize& size,
|
||||
const wxPoint& WXUNUSED(pos),
|
||||
const wxSize& WXUNUSED(size),
|
||||
long style,
|
||||
const wxString& name)
|
||||
{
|
||||
@@ -562,7 +562,7 @@ wxWindow *wxWindowBase::FindWindow( const wxString& name )
|
||||
// dialog oriented functions
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
void wxWindowBase::MakeModal(bool modal)
|
||||
void wxWindowBase::MakeModal(bool WXUNUSED(modal))
|
||||
{
|
||||
wxFAIL_MSG("TODO");
|
||||
}
|
||||
|
Reference in New Issue
Block a user