Remove 'unused vars' warnings
[libcds.git] / tests / test-hdr / ordered_list / hdr_michael.h
index 4f3665df7c58ad0c1dbf3caac7af4bfa6d7be67a..8d3fb9a3a0facbdd2d1a1d762caa9c984a495110 100644 (file)
@@ -180,7 +180,7 @@ namespace ordlist {
         };
 
         struct ensure_functor {
-            void operator()( bool /*bNew*/, item& i, int n )
+            void operator()( bool /*bNew*/, item& i, int /*n*/ )
             {
                 i.nVal = i.nKey * 1024;
             }