mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Fix some clang warnings
This commit is contained in:
parent
a26307b281
commit
94f9c14d52
6 changed files with 12 additions and 18 deletions
|
@ -75,12 +75,9 @@ using std::map;
|
|||
static string pathNullDevice = "/dev/null";
|
||||
|
||||
|
||||
static const uid_t rootUserId = 0;
|
||||
|
||||
|
||||
/* Forward definition. */
|
||||
class Worker;
|
||||
class HookInstance;
|
||||
struct HookInstance;
|
||||
|
||||
|
||||
/* A pointer to a goal. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue