suppress unused parameter warning in release build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -317,7 +317,7 @@ wxManualNotifMsgImpl::~wxManualNotifMsgImpl()
|
|||||||
bool
|
bool
|
||||||
wxManualNotifMsgImpl::DoShow(const wxString& title,
|
wxManualNotifMsgImpl::DoShow(const wxString& title,
|
||||||
const wxString& message,
|
const wxString& message,
|
||||||
int timeout,
|
int WXUNUSED_UNLESS_DEBUG(timeout),
|
||||||
int flags)
|
int flags)
|
||||||
{
|
{
|
||||||
wxASSERT_MSG( timeout == wxNotificationMessage::Timeout_Never,
|
wxASSERT_MSG( timeout == wxNotificationMessage::Timeout_Never,
|
||||||
|
Reference in New Issue
Block a user