1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-30 06:01:00 +01:00

Shut up some clang warnings

This commit is contained in:
Eelco Dolstra 2020-10-06 14:00:42 +02:00
parent 2856878b41
commit ad143c5b3b
5 changed files with 10 additions and 6 deletions

View file

@ -86,6 +86,9 @@ public:
struct InputScheme
{
virtual ~InputScheme()
{ }
virtual std::optional<Input> inputFromURL(const ParsedURL & url) = 0;
virtual std::optional<Input> inputFromAttrs(const Attrs & attrs) = 0;