From ece90a6eb42f44f8f394205e3e1e4e48b9a5ad90 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 11 May 2020 15:37:17 +0200 Subject: [PATCH] un-named unused parameter --- test/test_node_handling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_node_handling.cpp b/test/test_node_handling.cpp index 68bfc31..5f8e169 100644 --- a/test/test_node_handling.cpp +++ b/test/test_node_handling.cpp @@ -232,7 +232,7 @@ void test_transfer_result_empty( template void test_transfer_result_empty( - Dst& dst,typename Dst::iterator pos,typename Dst::iterator res) + Dst& dst,typename Dst::iterator,typename Dst::iterator res) { test_transfer_result_empty(dst,res); }