Fixed minor gcc warnings
[libcds.git] / test / stress / stack / push_pop.cpp
index b5de115e7159752b63d85c359b9281d1a369bf21..1c0654a180b1c09090f83222cc35fea03be4b3d3 100644 (file)
@@ -230,7 +230,7 @@ namespace {
         }
 
         template< class Stack>
-        void analyze( Stack& stack )
+        void analyze( Stack& /*stack*/ )
         {
             cds_test::thread_pool& pool = get_pool();