From 387137644bae262e7f13ed937e2c1250e5030307 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 7 Nov 2018 22:19:00 +0300 Subject: Fix 'lambda capture is not used' warning --- mod/mod-build-result.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/mod-build-result.cxx b/mod/mod-build-result.cxx index 7f73172..8b985be 100644 --- a/mod/mod-build-result.cxx +++ b/mod/mod-build-result.cxx @@ -409,7 +409,7 @@ handle (request& rq, response&) // Send notification emails to the interested parties. // - auto send_email = [&pkg, &bld, &subj, &error, &trace, &print_args, this] + auto send_email = [&bld, &subj, &error, &trace, &print_args, this] (const string& to) { try -- cgit v1.1