From a207bb515ed949d403cadb5970b042bd57574e5f Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 14 Jan 2017 18:33:59 +0100 Subject: -Werror,-Wunused-lambda-capture Change-Id: Idb3c9673d8c20782ff2d7995aad30ed9253b5337 --- desktop/source/lib/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index f47970d834bc..e3f517288150 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -851,7 +851,7 @@ void CallbackFlushHandler::queue(const int type, const char* data) { const std::string name = payload.substr(0, pos + 1); removeAll( - [type, &payload, &name] (const queue_type::value_type& elem) { + [type, &name] (const queue_type::value_type& elem) { return (elem.first == type) && (elem.second.compare(0, name.size(), name) == 0); } ); -- cgit