From: Włodzimierz Skiba Date: Fri, 11 Jun 2004 19:02:44 +0000 (+0000) Subject: No warning with wxUSE_BUSYINFO turned off. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/132a5928778b97837892084f425f46c49cb724d4 No warning with wxUSE_BUSYINFO turned off. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp index 5f0bc3fd68..87be6838d1 100644 --- a/src/html/helpctrl.cpp +++ b/src/html/helpctrl.cpp @@ -111,6 +111,8 @@ bool wxHtmlHelpController::AddBook(const wxString& book, bool show_wait_msg) #if wxUSE_BUSYINFO if (show_wait_msg) delete busy; +#else + wxUnusedVar(show_wait_msg); #endif if (m_helpFrame) m_helpFrame->RefreshLists();