mirror of
https://github.com/boostorg/function.git
synced 2026-01-25 08:22:22 +01:00
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