1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

killall: (void)ify more things

This commit is contained in:
Lennart Poettering 2018-09-24 19:05:23 +02:00
parent 20ca2d10bd
commit d3a94b3e80

View File

@ -66,7 +66,7 @@ static bool ignore_proc(pid_t pid, bool warn_rootfs) {
_cleanup_free_ char *comm = NULL;
get_process_comm(pid, &comm);
(void) get_process_comm(pid, &comm);
log_notice("Process " PID_FMT " (%s) has been marked to be excluded from killing. It is "
"running from the root file system, and thus likely to block re-mounting of the "