Warning fixes for WinCE.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-06-16 06:24:42 +00:00
parent e0b97560ed
commit f428e6c50f
3 changed files with 7 additions and 0 deletions

View File

@@ -426,6 +426,9 @@ void wxFrameBase::DoGiveHelp(const wxString& text, bool show)
}
statbar->SetStatusText(help, m_statusBarPane);
#else
wxUnusedVar(text);
wxUnusedVar(show);
#endif // wxUSE_STATUSBAR
}