mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
Shut up some clang warnings
This commit is contained in:
parent
61fdb16aac
commit
c693f80b81
2 changed files with 4 additions and 0 deletions
|
@ -199,6 +199,8 @@ private:
|
|||
|
||||
public:
|
||||
|
||||
virtual ~Command() { }
|
||||
|
||||
std::string name() { return _name; }
|
||||
|
||||
virtual void prepare() { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue