mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 17:29:36 +01:00
shut up clang warnings
- Fix some class/struct discrepancies - Explicit the overloading of `run` in the `Cmd*` classes - Ignore a warning in the generated lexer
This commit is contained in:
parent
88798613ee
commit
438977731c
5 changed files with 15 additions and 5 deletions
|
|
@ -296,8 +296,8 @@ private:
|
|||
|
||||
void createUser(const std::string & userName, uid_t userId) override;
|
||||
|
||||
friend class DerivationGoal;
|
||||
friend class SubstitutionGoal;
|
||||
friend struct DerivationGoal;
|
||||
friend struct SubstitutionGoal;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue