X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Fstriped-set%2Ftest_set.h;h=15667e60b319645cbe4a44d8e15d6c4702e3d52b;hb=744211978eaf0cbcd9139d07b8dfd6f72651b39f;hp=33a7d29083f144f4e00050678b281f82604ab2f8;hpb=39abc7398158e353b8aab234c6cc2574479ac05e;p=libcds.git diff --git a/test/unit/striped-set/test_set.h b/test/unit/striped-set/test_set.h index 33a7d290..15667e60 100644 --- a/test/unit/striped-set/test_set.h +++ b/test/unit/striped-set/test_set.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: @@ -25,7 +25,7 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSUNIT_STRIPED_SET_TEST_SET_H @@ -318,7 +318,7 @@ namespace cds_test { std::pair updResult; std::string str; - updResult = s.update( i.key(), []( bool bNew, value_type&, int ) + updResult = s.update( i.key(), []( bool /*bNew*/, value_type&, int ) { ASSERT_TRUE( false ); }, false );