1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02: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:
regnat 2020-12-01 14:57:56 +01:00
parent 88798613ee
commit 438977731c
5 changed files with 15 additions and 5 deletions

View file

@ -8,8 +8,8 @@
namespace nix {
/* Forward definition. */
class DerivationGoal;
class SubstitutionGoal;
struct DerivationGoal;
struct SubstitutionGoal;
/* Workaround for not being able to declare a something like