Remove 'unused vars' warnings
[libcds.git] / tests / test-hdr / set / hdr_striped_set.h
index 36d22b70ad64889d2fbd3a766477a9894af78e0e..e0b5a86ff9a942eed5c006d8fee7c8b45922f258 100644 (file)
@@ -257,12 +257,12 @@ namespace set {
         struct find_functor
         {
             template <typename Item, typename T>
-            void operator()( Item& i, T& val )
+            void operator()( Item& i, T& /*val*/ ) const
             {
                 ++i.nFindCount;
             }
             template <typename Item, typename T>
-            void operator()( Item& i, T const& val )
+            void operator()( Item& i, T const& /*val*/ ) const
             {
                 ++i.nFindCount;
             }