From: khizmax Date: Tue, 26 Jul 2016 17:37:17 +0000 (+0300) Subject: Suppressed false-positive CppCheck warnings X-Git-Tag: v2.2.0~185 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=f57718595244a4ca7a0cbaa77d4c1b70c9556b2c Suppressed false-positive CppCheck warnings --- diff --git a/test/stress/map/insdel_func/map_insdel_func.h b/test/stress/map/insdel_func/map_insdel_func.h index 1e3daeef..ab963779 100644 --- a/test/stress/map/insdel_func/map_insdel_func.h +++ b/test/stress/map/insdel_func/map_insdel_func.h @@ -83,6 +83,7 @@ namespace map { {} // boost::container::flat_map requires operator = + // cppcheck-suppress operatorEqVarError value_type& operator=( value_type const& v ) { nKey = v.nKey; diff --git a/test/stress/set/insdel_func/set_insdel_func.h b/test/stress/set/insdel_func/set_insdel_func.h index 081bf7a2..836c34bf 100644 --- a/test/stress/set/insdel_func/set_insdel_func.h +++ b/test/stress/set/insdel_func/set_insdel_func.h @@ -85,6 +85,7 @@ namespace set { {} // boost::container::flat_map requires operator = + // cppcheck-suppress operatorEqVarError value& operator=( value const& v ) { nKey = v.nKey;