Fail travis CI on compiler warnings

This commit is contained in:
Christian Göttsche
2020-09-08 16:17:31 +02:00
committed by cgzones
parent 475f729a36
commit efb971f9df
4 changed files with 18 additions and 11 deletions

View File

@ -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);