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:
parent
2856878b41
commit
ad143c5b3b
5 changed files with 10 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue