From bb6fcc3b5c4e38a1d4ebe5a7d82d31f36aefff75 Mon Sep 17 00:00:00 2001 From: "Vicente J. Botet Escriba" Date: Sun, 23 Jun 2013 20:45:26 +0000 Subject: [PATCH] Thread: unused parameter warning removal. [SVN r84887] --- include/boost/thread/future.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/thread/future.hpp b/include/boost/thread/future.hpp index 2a26c1c7..5736e31d 100644 --- a/include/boost/thread/future.hpp +++ b/include/boost/thread/future.hpp @@ -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 lock(mutex); parent.get().wait();