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:
parent
bc85d676b7
commit
687537119b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user