]> git.saurik.com Git - wxWidgets.git/commitdiff
No warning with wxUSE_BUSYINFO turned off.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 11 Jun 2004 19:02:44 +0000 (19:02 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 11 Jun 2004 19:02:44 +0000 (19:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpctrl.cpp

index 5f0bc3fd68e44db3555a3f40bc13e88cb4953547..87be6838d1d4fc3e73e694672fbb56bb58a5c2f8 100644 (file)
@@ -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();