X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fcontainer%2Fskip_list_set_nogc.h;h=daf323c8d3b1280d704b2845949325f9c1639cc3;hp=d930dbb5e78fecafac9b73cd05bf6ae8517a0f4e;hb=6e2784d24f15873dc5b971499276cc8e4147fd46;hpb=df1234d21959f35f4dcef202cab6ffab8f852aef diff --git a/cds/container/skip_list_set_nogc.h b/cds/container/skip_list_set_nogc.h index d930dbb5..daf323c8 100644 --- a/cds/container/skip_list_set_nogc.h +++ b/cds/container/skip_list_set_nogc.h @@ -310,6 +310,7 @@ namespace cds { namespace container { template iterator find_with( Q const& key, Less pred ) const { + CDS_UNUSED( pred ); node_type * pNode = base_class::find_with( key, cds::details::predicate_wrapper< node_type, Less, key_accessor>() ); if ( pNode ) return node_to_iterator( pNode );