summaryrefslogtreecommitdiff
path: root/boost/lambda/detail/ret.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/lambda/detail/ret.hpp')
-rw-r--r--boost/lambda/detail/ret.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/lambda/detail/ret.hpp b/boost/lambda/detail/ret.hpp
index fbd8b3aa80..96f5fc18bb 100644
--- a/boost/lambda/detail/ret.hpp
+++ b/boost/lambda/detail/ret.hpp
@@ -284,7 +284,7 @@ inline const
lambda_functor<
lambda_functor_base<do_nothing_action, null_type>
>
-make_void(const Arg1& a1) {
+make_void(const Arg1&) {
return
lambda_functor_base<do_nothing_action, null_type>();
}