From: khizmax Date: Sat, 29 Nov 2014 05:40:04 +0000 (+0300) Subject: Removing unused vars X-Git-Tag: v2.0.0~44 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=83cbd6126ec62ab9bf5c49055bb2663559ed6f5f;p=libcds.git Removing unused vars --- 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: