From e2b6d9d3c41d162517019ee0bf9147e398a5b1fa Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 16 Dec 2024 13:39:36 +0100 Subject: Fix cause of minor warnings --- src/buildtool/execution_engine/executor/executor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_engine/executor/executor.hpp') diff --git a/src/buildtool/execution_engine/executor/executor.hpp b/src/buildtool/execution_engine/executor/executor.hpp index 6983a4ac..db204fe6 100644 --- a/src/buildtool/execution_engine/executor/executor.hpp +++ b/src/buildtool/execution_engine/executor/executor.hpp @@ -682,7 +682,7 @@ class ExecutorImpl { } auto const has_err = response->HasStdErr(); auto const has_out = response->HasStdOut(); - auto build_message = [has_err, has_out, &logger, &action, &response]() { + auto build_message = [has_err, has_out, &action, &response]() { using namespace std::string_literals; auto message = ""s; bool has_both = has_err and has_out; -- cgit v1.2.3