commit | 9edaf26034db6642ffceb73f336a1c295d9370b1 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.arizona.edu> | Thu Jun 07 23:44:57 2018 -0700 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Fri Jun 08 10:30:30 2018 -0400 |
tree | 6d767a1bf03298adcd41720e5dfa9203217a4430 | |
parent | 9003483df0cbaa784b76705265fe7e30d5b7d55b [diff] [blame] |
tests: resolve ASan error in ManagementTool tests resolve unused lambda capture errors in newer versions of clang Change-Id: If03c0a8387ddc35f9999dfbdd3ba474e4387b01b
diff --git a/tests/unit/clients/iterative-query-controller.cpp b/tests/unit/clients/iterative-query-controller.cpp index 65ab32b..3f51baa 100644 --- a/tests/unit/clients/iterative-query-controller.cpp +++ b/tests/unit/clients/iterative-query-controller.cpp
@@ -91,7 +91,7 @@ hasDataBack = true; BOOST_CHECK(true); }, - [&hasDataBack] (uint32_t errCode, const std::string& errMsg) { + [] (uint32_t errCode, const std::string& errMsg) { BOOST_CHECK(false); }, consumerFace);