From 812ef599bd31d6240a7b29f2bc7b0cad4da020ce Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 30 Jan 2002 03:39:44 +0000 Subject: [PATCH] function_template.hpp: - Fix unused parameter warning [SVN r12565] --- include/boost/function/function_template.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/function/function_template.hpp b/include/boost/function/function_template.hpp index 51b6721..bc2d85f 100644 --- a/include/boost/function/function_template.hpp +++ b/include/boost/function/function_template.hpp @@ -450,7 +450,7 @@ namespace boost { } template - void assign_to(FunctionObj f, detail::function::stateless_function_obj_tag) + void assign_to(FunctionObj, detail::function::stateless_function_obj_tag) { typedef typename detail::function::