]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/protocol.cpp
special casing mac code
[wxWidgets.git] / src / common / protocol.cpp
index 00a1979692ba225d59e3858751066a6bdc259c8c..1f508709eb7526c3e676c166aee362c5e8da152e 100644 (file)
@@ -208,8 +208,9 @@ void wxProtocol::LogResponse(const wxString& str)
         m_log->LogResponse(str);
 }
 
         m_log->LogResponse(str);
 }
 
-void wxProtocolLog::DoLogString(const wxString& WXUNUSED_UNLESS_DEBUG(str))
+void wxProtocolLog::DoLogString(const wxString& str)
 {
 {
+    wxUnusedVar(str); // unused if wxLogTrace() is disabled
     wxLogTrace(m_traceMask, "%s", str);
 }
 
     wxLogTrace(m_traceMask, "%s", str);
 }