Removed warning about unused arguments

This commit is contained in:
Ion Gaztañaga
2014-08-01 11:26:42 +02:00
parent a6a65cff8d
commit c8f0271ab3

View File

@@ -280,7 +280,7 @@ class any_algorithms
any_algorithms<VoidPointer>::template function_not_available_for_any_hooks<node_ptr>();
}
static void swap_nodes(const node_ptr & l, const node_ptr & r)
static void swap_nodes(const node_ptr &, const node_ptr &)
{
//Any nodes have no swap_nodes capability because they don't know
//what algorithm they must use to unlink the node from the container