From 29727ff944be7e00c31ad95d0958e6fabc7d12a4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 19 Oct 2016 15:02:48 +0200 Subject: Shut up clang warning --- src/libstore/http-binary-cache-store.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/http-binary-cache-store.cc') diff --git a/src/libstore/http-binary-cache-store.cc b/src/libstore/http-binary-cache-store.cc index 74ae7a4d198a..9d31f77c921f 100644 --- a/src/libstore/http-binary-cache-store.cc +++ b/src/libstore/http-binary-cache-store.cc @@ -71,7 +71,7 @@ protected: void getFile(const std::string & path, std::function)> success, - std::function failure) + std::function failure) override { DownloadRequest request(cacheUri + "/" + path); request.showProgress = DownloadRequest::no; -- cgit 1.4.1