mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 13:06:01 +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
|
|
@ -194,6 +194,8 @@ struct StoreConfig : public Config
|
|||
*/
|
||||
StoreConfig() { assert(false); }
|
||||
|
||||
virtual ~StoreConfig() { }
|
||||
|
||||
virtual const std::string name() = 0;
|
||||
|
||||
const PathSetting storeDir_{this, false, settings.nixStore,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue