fix(3p/nix): fix more clang-tidy warnings
Change-Id: I1e8a4852ffa450c552a4cdfc709554799854934c Reviewed-on: https://cl.tvl.fyi/c/depot/+/1416 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
fba4d145f8
commit
3ce4a6cc18
3 changed files with 7 additions and 4 deletions
3
third_party/nix/src/libstore/local-store.cc
vendored
3
third_party/nix/src/libstore/local-store.cc
vendored
|
|
@ -73,6 +73,9 @@ LocalStore::LocalStore(const Params& params)
|
|||
}
|
||||
}
|
||||
|
||||
// TODO(kanepyork): migrate to external constructor, this bypasses virtual
|
||||
// dispatch
|
||||
// NOLINTNEXTLINE clang-analyzer-optin.cplusplus.VirtualCall
|
||||
createUser(getUserName(), getuid());
|
||||
|
||||
/* Optionally, create directories and set permissions for a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue