From ca94b1cc6e1973645c037fa37b56dbfd53d1ec63 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 7 Mar 2009 15:10:49 +0000 Subject: [PATCH] also remove WXUNUSED_UNLESS_DEBUG to fix release build after t59404 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/protocol.cpp b/src/common/protocol.cpp index 00a1979692..321d348ab5 100644 --- a/src/common/protocol.cpp +++ b/src/common/protocol.cpp @@ -208,7 +208,7 @@ void wxProtocol::LogResponse(const wxString& str) m_log->LogResponse(str); } -void wxProtocolLog::DoLogString(const wxString& WXUNUSED_UNLESS_DEBUG(str)) +void wxProtocolLog::DoLogString(const wxString& str) { wxLogTrace(m_traceMask, "%s", str); } -- 2.47.2