summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorjelte <jelte@isc.org>2011-03-11 18:40:04 +0100
committerJelte Jansen <jelte@isc.org>2011-03-11 18:41:29 +0100
commite2c01932a3a51d44a76cdfe7c97bcc14bab8a1cc (patch)
tree9c34beebf1dffb82555d0c91a826b1c4a544ba80 /ext
parent[master] removed some LDADD deps that are now unneeded (diff)
downloadkea-e2c01932a3a51d44a76cdfe7c97bcc14bab8a1cc.tar.xz
kea-e2c01932a3a51d44a76cdfe7c97bcc14bab8a1cc.zip
[master] fix one build issue
Diffstat (limited to 'ext')
-rw-r--r--ext/asio/asio/detail/null_thread.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/asio/asio/detail/null_thread.hpp b/ext/asio/asio/detail/null_thread.hpp
index d96883f336..ce3d470ad9 100644
--- a/ext/asio/asio/detail/null_thread.hpp
+++ b/ext/asio/asio/detail/null_thread.hpp
@@ -40,7 +40,7 @@ class null_thread
public:
// Constructor.
template <typename Function>
- null_thread(Function f)
+ null_thread(Function )
{
asio::system_error e(
asio::error::operation_not_supported, "thread");