Fixed an 'unused parameter' warning.

[SVN r33204]
This commit is contained in:
Peter Dimov
2006-03-02 21:24:57 +00:00
parent fdd91dbf91
commit 69ee6e2375

View File

@ -290,7 +290,7 @@ namespace boost {
// Function pointers
template<typename FunctionPtr>
void init(FunctionPtr f, function_ptr_tag)
void init(FunctionPtr /*f*/, function_ptr_tag)
{
typedef typename BOOST_FUNCTION_GET_FUNCTION_INVOKER<
FunctionPtr,