From d33e656f1169bb6744ecb3418bed68340d0d3b97 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 4 Aug 2023 15:18:31 +0300 Subject: Don't log warning if build task is expired due to suspended build machine --- load/load.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'load') diff --git a/load/load.cxx b/load/load.cxx index 0468565..2fb50c0 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -454,7 +454,7 @@ load_packages (const shared_ptr& rp, // repository is of a type other than pkg) or if the type is not // recognized (can only happen in the "ignore unknown" mode). // - auto to_typed_text = [&cl, &p, ignore_unknown] (typed_text_file&& v) + auto to_typed_text = [&cl, ignore_unknown] (typed_text_file&& v) { optional r; -- cgit v1.1