1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-16 23:42:43 +01:00

Shut up some warnings

This commit is contained in:
Eelco Dolstra 2019-09-20 13:48:53 +02:00
parent 5573365dff
commit 99e8e58f2d
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,8 @@ public:
uint64_t narOffset = 0; // regular files only
};
virtual ~FSAccessor() { }
virtual Stat stat(const Path & path) = 0;
virtual StringSet readDirectory(const Path & path) = 0;