mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
Shut up some clang warnings
This commit is contained in:
parent
10f3a2e5f2
commit
a9fa5e050a
4 changed files with 12 additions and 10 deletions
|
@ -78,10 +78,10 @@ public:
|
|||
{ return {}; }
|
||||
|
||||
void querySubstitutablePathInfos(const PathSet & paths,
|
||||
SubstitutablePathInfos & infos)
|
||||
SubstitutablePathInfos & infos) override
|
||||
{ }
|
||||
|
||||
bool wantMassQuery() { return wantMassQuery_; }
|
||||
bool wantMassQuery() override { return wantMassQuery_; }
|
||||
|
||||
void addToStore(const ValidPathInfo & info, const std::string & nar,
|
||||
bool repair = false, bool dontCheckSigs = false) override;
|
||||
|
@ -128,7 +128,7 @@ public:
|
|||
|
||||
ref<FSAccessor> getFSAccessor() override;
|
||||
|
||||
void addSignatures(const Path & storePath, const StringSet & sigs)
|
||||
void addSignatures(const Path & storePath, const StringSet & sigs) override
|
||||
{ notImpl(); }
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue