2
0
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:
Vicente J. Botet Escriba
2013-06-23 20:45:26 +00:00
parent 1fc1d8aedb
commit bb6fcc3b5c

View File

@@ -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();