id summary reporter owner description type status milestone component version severity resolution keywords cc 5344 condition_variable.hpp warning anonymous Anthony Williams "Warning from g++ 4.1.2 (RHEL 5): boost/boost/thread/pthread/condition_variable.hpp:54: warning: unused variable 'res' Probably due to an oversight: * int const res=pthread_cond_wait(&cond,&internal_mutex); * BOOST_ASSERT(!res); + (void)res; actually patch for exactly same problem was submitted with issue #4818" Patches closed To Be Determined thread Boost 1.46.0 Cosmetic duplicate condition_variable.hpp warning viboes