X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Fintrusive%2Fimpl%2Fellen_bintree.h;h=6efca113f425066c7827391ea5004ce4db99802a;hb=744211978eaf0cbcd9139d07b8dfd6f72651b39f;hp=be8f88b05c13460a2d290e496202c04f1fb0cd95;hpb=7a70599883226459c97174848a1f53b307631eb7;p=libcds.git diff --git a/cds/intrusive/impl/ellen_bintree.h b/cds/intrusive/impl/ellen_bintree.h index be8f88b0..6efca113 100644 --- a/cds/intrusive/impl/ellen_bintree.h +++ b/cds/intrusive/impl/ellen_bintree.h @@ -5,7 +5,7 @@ Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -1568,6 +1568,8 @@ namespace cds { namespace intrusive { template guarded_ptr get_with_( Q const& val, Less pred ) const { + CDS_UNUSED( pred ); + typedef ellen_bintree::details::compare< key_type, value_type,