Remove 'unused vars' warnings
[libcds.git] / tests / test-hdr / tree / hdr_intrusive_bintree.h
index 78a17c50a78176215d8c1b70d4929dae3ec3255d..cf9a5ec8718413dc561e7240f46d9be8f3c1286c 100644 (file)
@@ -230,12 +230,12 @@ namespace tree {
 
         struct find_functor {
             template <typename T, typename Q>
-            void operator()( T const& v, Q& q ) const
+            void operator()( T const& v, Q& /*q*/ ) const
             {
                 ++v.stat.nFindFuncCall;
             }
             template <typename T, typename Q>
-            void operator()( T const& v, Q const& q ) const
+            void operator()( T const& v, Q const& /*q*/ ) const
             {
                 ++v.stat.nFindConstFuncCall;
             }