1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Fix clang warnings

This commit is contained in:
Eelco Dolstra 2019-11-26 21:07:44 +01:00
parent 425991883a
commit 313106d549
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
5 changed files with 8 additions and 3 deletions

View file

@ -35,7 +35,7 @@ public:
return uriScheme + host;
}
bool sameMachine()
bool sameMachine() override
{ return false; }
void narFromPath(const Path & path, Sink & sink) override;