X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f4d9fcd9a1133442aa733e978231b01956e641b..0d9b2c16361930cc9b7378102395763db801250f:/src/common/framecmn.cpp diff --git a/src/common/framecmn.cpp b/src/common/framecmn.cpp index b66e7a3f0d..eadab8e700 100644 --- a/src/common/framecmn.cpp +++ b/src/common/framecmn.cpp @@ -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 }