From cb7123068c452a4b433e28d00f14e076b6ba5190 Mon Sep 17 00:00:00 2001 From: khizmax Date: Wed, 4 Mar 2015 18:03:31 +0300 Subject: [PATCH] fixed Bronson's AVL-tree unit test --- tests/unit/map2/map_insdel_item_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/map2/map_insdel_item_string.cpp b/tests/unit/map2/map_insdel_item_string.cpp index a34be050..44ea87a2 100644 --- a/tests/unit/map2/map_insdel_item_string.cpp +++ b/tests/unit/map2/map_insdel_item_string.cpp @@ -96,7 +96,7 @@ namespace map2 { val.second = 0; } // for BronsonAVLTreeMap - void operator()( typename Map::mapped_type& val ) + void operator()( typename Map::key_type const& /*key*/, typename Map::mapped_type& val ) { val = 0; } -- 2.34.1