From 83cbd6126ec62ab9bf5c49055bb2663559ed6f5f Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 29 Nov 2014 08:40:04 +0300 Subject: [PATCH] Removing unused vars --- tests/unit/map2/map_delodd.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/unit/map2/map_delodd.cpp b/tests/unit/map2/map_delodd.cpp index 2b6b74e8..f1ecb3f4 100644 --- a/tests/unit/map2/map_delodd.cpp +++ b/tests/unit/map2/map_delodd.cpp @@ -106,6 +106,7 @@ namespace boost { { return std::hash()( k.nKey ); } + template <> struct hash { @@ -126,7 +127,7 @@ namespace boost { namespace map2 { template - static inline void check_before_clear( Map& s ) + static inline void check_before_clear( Map& /*s*/ ) {} template @@ -160,7 +161,7 @@ namespace map2 { struct ensure_func { template - void operator()( bool bNew, Q const& ) + void operator()( bool /*bNew*/, Q const& ) {} }; public: -- 2.34.1