mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 08:19:35 +01:00
Fix clang warnings
This commit is contained in:
parent
425991883a
commit
313106d549
5 changed files with 8 additions and 3 deletions
|
|
@ -10,6 +10,8 @@ class NarInfoDiskCache
|
|||
public:
|
||||
typedef enum { oValid, oInvalid, oUnknown } Outcome;
|
||||
|
||||
virtual ~NarInfoDiskCache() { };
|
||||
|
||||
virtual void createCache(const std::string & uri, const Path & storeDir,
|
||||
bool wantMassQuery, int priority) = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue