mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
Shut up some clang warnings
This commit is contained in:
parent
2856878b41
commit
ad143c5b3b
5 changed files with 10 additions and 6 deletions
|
@ -11,7 +11,7 @@ namespace nix::eval_cache {
|
|||
|
||||
MakeError(CachedEvalError, EvalError);
|
||||
|
||||
class AttrDb;
|
||||
struct AttrDb;
|
||||
class AttrCursor;
|
||||
|
||||
class EvalCache : public std::enable_shared_from_this<EvalCache>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue