From fab5a8041beea61fc0dc4986caf286fd0857e9c0 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Sat, 16 Feb 2013 20:01:07 +0000 Subject: [PATCH] Remove name of unused parameter. Fixes #8033. [SVN r82932] --- include/boost/lambda/detail/ret.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/lambda/detail/ret.hpp b/include/boost/lambda/detail/ret.hpp index fbd8b3a..96f5fc1 100644 --- a/include/boost/lambda/detail/ret.hpp +++ b/include/boost/lambda/detail/ret.hpp @@ -284,7 +284,7 @@ inline const lambda_functor< lambda_functor_base > -make_void(const Arg1& a1) { +make_void(const Arg1&) { return lambda_functor_base(); }