id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7890,thread::do_try_join_until() is missing a return type,p.brockamp@…,viboes,"Hi! I get the following warning in V1.52.0 (GCC 4.3 with some additional warnings enabled): {{{ libs/thread/src/pthread/thread.cpp:379: warning: control reaches end of non-void function }}} As is clear from the source-code this line will not be executed, so this is a false warning. Anyway it is disturbing as it normally signals a more or less severe programming error. I know other compilers will complain about unreachable code when inserting a dummy return, but I think there is a macro based solution available for this, isn't it? Regards Peter",Bugs,closed,Boost 1.53.0,thread,Boost 1.52.0,Optimization,fixed,,