X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Fcontainer%2Fmichael_list_nogc.h;h=dc7092c9b360a1e4d1cd0fa4dc1d9ac60d9f5d6a;hb=6e2784d24f15873dc5b971499276cc8e4147fd46;hp=3c57529f2a915c47149c3d2ace435d2b85f890a4;hpb=df1234d21959f35f4dcef202cab6ffab8f852aef;p=libcds.git diff --git a/cds/container/michael_list_nogc.h b/cds/container/michael_list_nogc.h index 3c57529f..dc7092c9 100644 --- a/cds/container/michael_list_nogc.h +++ b/cds/container/michael_list_nogc.h @@ -340,6 +340,7 @@ namespace cds { namespace container { template iterator find_with( Q const& key, Less pred ) { + CDS_UNUSED( pred ); return node_to_iterator( find_at( head(), key, typename maker::template less_wrapper::type() ) ); }