mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
Shut up clang warning
This commit is contained in:
parent
e5346c54df
commit
29727ff944
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ protected:
|
|||
|
||||
void getFile(const std::string & path,
|
||||
std::function<void(std::shared_ptr<std::string>)> success,
|
||||
std::function<void(std::exception_ptr exc)> failure)
|
||||
std::function<void(std::exception_ptr exc)> failure) override
|
||||
{
|
||||
DownloadRequest request(cacheUri + "/" + path);
|
||||
request.showProgress = DownloadRequest::no;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue