From: Vadim Zeitlin Date: Mon, 21 Apr 2008 01:44:45 +0000 (+0000) Subject: suppress unused parameter warning in release build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/687537119b39c4708ba302fd327d80b6f7df2289?ds=sidebyside suppress unused parameter warning in release build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/notifmsg.cpp b/src/msw/notifmsg.cpp index f5064e68a2..748445e3ae 100644 --- a/src/msw/notifmsg.cpp +++ b/src/msw/notifmsg.cpp @@ -317,7 +317,7 @@ wxManualNotifMsgImpl::~wxManualNotifMsgImpl() bool wxManualNotifMsgImpl::DoShow(const wxString& title, const wxString& message, - int timeout, + int WXUNUSED_UNLESS_DEBUG(timeout), int flags) { wxASSERT_MSG( timeout == wxNotificationMessage::Timeout_Never,