From cb2c0dbc70b1432173d8a02d8c46a4b9f107fe52 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 14 Jan 2025 11:26:31 +0100 Subject: methods/connect: Avoid unused argument warning --- methods/connect.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'methods/connect.cc') diff --git a/methods/connect.cc b/methods/connect.cc index ec0a5c1f9..484b574d8 100644 --- a/methods/connect.cc +++ b/methods/connect.cc @@ -995,7 +995,7 @@ static SSL_CTX *GetContextForHost(std::string const &host, aptConfigWrapperForMe } ResultState UnwrapTLS(std::string const &Host, std::unique_ptr &Fd, - unsigned long const Timeout, aptMethod *const Owner, + unsigned long const Timeout, aptMethod *const /*Owner*/, aptConfigWrapperForMethods const *const OwnerConf) { if (_config->FindB("Acquire::AllowTLS", true) == false) -- cgit v1.2.3-70-g09d2