mirror of
https://github.com/boostorg/thread.git
synced 2026-01-27 07:22:11 +00:00
Thread: unused parameter warning removal.
[SVN r84887]
This commit is contained in:
@@ -4140,7 +4140,7 @@ namespace boost
|
||||
parent(f.future_)
|
||||
{
|
||||
}
|
||||
virtual void wait(bool rethrow)
|
||||
virtual void wait(bool ) // todo see if rethrow must be used
|
||||
{
|
||||
boost::unique_lock<boost::mutex> lock(mutex);
|
||||
parent.get().wait();
|
||||
|
||||
Reference in New Issue
Block a user