diff --git a/trunk/c5/wait.cpp b/trunk/c5/wait.cpp index 90231acd..e4da6121 100644 --- a/trunk/c5/wait.cpp +++ b/trunk/c5/wait.cpp @@ -25,7 +25,10 @@ unsigned int WaitObjectContainer::MaxWaitObjects() } WaitObjectContainer::WaitObjectContainer() - : m_sameResultCount(0), m_timer(Timer::MILLISECONDS) +#ifndef NDEBUG + : m_sameResultCount(0) + , m_timer(Timer::MILLISECONDS) +#endif { Clear(); }