Opened 10 years ago
Closed 10 years ago
#7890 closed Bugs (fixed)
thread::do_try_join_until() is missing a return type
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | Boost 1.53.0 | Component: | thread |
Version: | Boost 1.52.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
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
Change History (2)
comment:1 by , 10 years ago
Milestone: | To Be Determined |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 10 years ago
Milestone: | → Boost 1.53.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The code has been refactored in 1.53 and fixes already this warning.
https://svn.boost.org/svn/boost/trunk/libs/thread/src/pthread/thread.cpp