mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 05:00:58 +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
|
|
@ -18,8 +18,7 @@ struct DummyStore : public Store, public virtual DummyStoreConfig
|
|||
DummyStore(const Params & params)
|
||||
: StoreConfig(params)
|
||||
, Store(params)
|
||||
{
|
||||
}
|
||||
{ }
|
||||
|
||||
string getUri() override
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue