forked from boostorg/function
Fixed an 'unused parameter' warning.
[SVN r33204]
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user