mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Fix clang warnings
This commit is contained in:
parent
425991883a
commit
313106d549
5 changed files with 8 additions and 3 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
return uriScheme + host;
|
||||
}
|
||||
|
||||
bool sameMachine()
|
||||
bool sameMachine() override
|
||||
{ return false; }
|
||||
|
||||
void narFromPath(const Path & path, Sink & sink) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue