X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fintrusive%2Fimpl%2Fellen_bintree.h;h=37ec5bf57658898d5809cb0ad4e7d1b03e303806;hp=dbcafc1170e143c3357481cc3756b9181c38b359;hb=55dac5c902cf22ef7588b97ce412a107be3d2d05;hpb=1de4e60554a1aaf3406380808093fb4a9d08bd76 diff --git a/cds/intrusive/impl/ellen_bintree.h b/cds/intrusive/impl/ellen_bintree.h index dbcafc11..37ec5bf5 100644 --- a/cds/intrusive/impl/ellen_bintree.h +++ b/cds/intrusive/impl/ellen_bintree.h @@ -1337,7 +1337,7 @@ namespace cds { namespace intrusive { } template - bool extract_with_( typename guarded_ptr::native_guard& guard, Q const& key, Less pred ) + bool extract_with_( typename guarded_ptr::native_guard& guard, Q const& key, Less /*pred*/ ) { CDS_UNUSED( pred ); typedef ellen_bintree::details::compare< @@ -1469,7 +1469,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<