Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1556,6 +1556,8 @@ void wxHtmlWindow::SetHTMLStatusText(const wxString& text)
|
|||||||
#if wxUSE_STATUSBAR
|
#if wxUSE_STATUSBAR
|
||||||
if (m_RelatedStatusBar != -1)
|
if (m_RelatedStatusBar != -1)
|
||||||
m_RelatedFrame->SetStatusText(text, m_RelatedStatusBar);
|
m_RelatedFrame->SetStatusText(text, m_RelatedStatusBar);
|
||||||
|
#else
|
||||||
|
wxUnusedVar(text);
|
||||||
#endif // wxUSE_STATUSBAR
|
#endif // wxUSE_STATUSBAR
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user