projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
common
/
protocol.cpp
diff --git
a/src/common/protocol.cpp
b/src/common/protocol.cpp
index 321d348ab543d4aa06e17c0723c627b26fb25929..1f508709eb7526c3e676c166aee362c5e8da152e 100644
(file)
--- a/
src/common/protocol.cpp
+++ b/
src/common/protocol.cpp
@@
-210,6
+210,7
@@
void wxProtocol::LogResponse(const wxString& str)
void wxProtocolLog::DoLogString(const wxString& str)
{
+ wxUnusedVar(str); // unused if wxLogTrace() is disabled
wxLogTrace(m_traceMask, "%s", str);
}