Renamed getCurrentThreadId to get_current_thread_id
[libcds.git] / cds / container / michael_kvlist_nogc.h
index 755d7c534d2fbb2524413defbf9465c7e5ed7fe9..15a14dfa1488718bd72349841d6331814da5c56b 100644 (file)
@@ -440,6 +440,7 @@ namespace cds { namespace container {
         template <typename Q, typename Less>
         iterator find_with( Q const& key, Less pred )
         {
+            CDS_UNUSED( pred );
             return node_to_iterator( find_at( head(), key, typename maker::template less_wrapper<Less>::type() ) );
         }