X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=tests%2Funit%2Fmap2%2Fmap_delodd.cpp;h=f1ecb3f4d67aa263cb3b14db2c0d07792c4cc1e7;hp=2b6b74e8e38964fc8330c77656e856bf7180ff88;hb=83cbd6126ec62ab9bf5c49055bb2663559ed6f5f;hpb=2ff9cf36e70c0061fa0371100e4a84f67a859b3e 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: