X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f4d9fcd9a1133442aa733e978231b01956e641b..095b80e2b5120d4c476a834b2017c355fa9afef0:/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 }