X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fintrusive%2Fellen_bintree_rcu.h;h=c0cc2ff37faf6ca7e0d136ec162546ab1b4ef54c;hp=cdaa96ea593cea4f3cddfb79c545295a54bf51e3;hb=55dac5c902cf22ef7588b97ce412a107be3d2d05;hpb=1de4e60554a1aaf3406380808093fb4a9d08bd76 diff --git a/cds/intrusive/ellen_bintree_rcu.h b/cds/intrusive/ellen_bintree_rcu.h index cdaa96ea..c0cc2ff3 100644 --- a/cds/intrusive/ellen_bintree_rcu.h +++ b/cds/intrusive/ellen_bintree_rcu.h @@ -1305,7 +1305,7 @@ namespace cds { namespace intrusive { return false; } - void help( update_ptr pUpdate, retired_list& rl ) + void help( update_ptr /*pUpdate*/, retired_list& /*rl*/ ) { /* switch ( pUpdate.bits() ) { @@ -1642,7 +1642,7 @@ namespace cds { namespace intrusive { } template - value_type * extract_with_( Q const& val, Less pred ) + value_type * extract_with_( Q const& val, Less /*pred*/ ) { CDS_UNUSED( pred ); typedef ellen_bintree::details::compare< @@ -1849,7 +1849,7 @@ namespace cds { namespace intrusive { } template - bool find_with_( Q& val, Less pred, Func f ) const + bool find_with_( Q& val, Less /*pred*/, Func f ) const { CDS_UNUSED( pred ); typedef ellen_bintree::details::compare<