diff --git a/tests/thread/misc.cpp b/tests/thread/misc.cpp index ecdf07df45..3c32fa04b5 100644 --- a/tests/thread/misc.cpp +++ b/tests/thread/misc.cpp @@ -168,6 +168,8 @@ public: virtual ExitCode Entry() { + wxUnusedVar(m_i); + //wxPrintf(wxT("%s: Thread #%d (%ld) starting to wait for semaphore...\n"), // wxDateTime::Now().FormatTime().c_str(), m_i, (long)GetId());