summaryrefslogtreecommitdiffstats
path: root/darwin/DarwinProcessList.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-08 16:17:31 +0200
committercgzones <cgzones@googlemail.com>2020-09-18 12:28:40 +0200
commitefb971f9df0a8f2ed908a19147ca7b0036b4515d (patch)
tree97ebb30c75e118a2f1552ff8795710acbc3b6ed0 /darwin/DarwinProcessList.c
parent475f729a364ce92999f67adba4d754babe12a266 (diff)
Fail travis CI on compiler warnings
Diffstat (limited to 'darwin/DarwinProcessList.c')
-rw-r--r--darwin/DarwinProcessList.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/darwin/DarwinProcessList.c b/darwin/DarwinProcessList.c
index 39d99c15..dea82379 100644
--- a/darwin/DarwinProcessList.c
+++ b/darwin/DarwinProcessList.c
@@ -115,7 +115,6 @@ struct kinfo_proc *ProcessList_getKInfoProcs(size_t *count) {
}
ProcessList* ProcessList_new(UsersTable* usersTable, Hashtable* pidMatchList, uid_t userId) {
- size_t len;
DarwinProcessList* this = xCalloc(1, sizeof(DarwinProcessList));
ProcessList_init(&this->super, Class(Process), usersTable, pidMatchList, userId);

© 2014-2024 Faster IT GmbH | imprint | privacy policy