sd-event: voidify more things

This commit is contained in:
Lennart Poettering 2018-05-25 17:09:26 +02:00
parent 2a0dc6cd04
commit cc59d29054
1 changed files with 1 additions and 1 deletions

View File

@ -2342,7 +2342,7 @@ static int source_dispatch(sd_event_source *s) {
/* Now, reap the PID for good. */
if (zombie)
waitid(P_PID, s->child.pid, &s->child.siginfo, WNOHANG|WEXITED);
(void) waitid(P_PID, s->child.pid, &s->child.siginfo, WNOHANG|WEXITED);
break;
}