From d3a94b3e803862e31196a24d6b538974dd8a4c19 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 24 Sep 2018 19:05:23 +0200 Subject: [PATCH] killall: (void)ify more things --- src/core/killall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/killall.c b/src/core/killall.c index 37c645538cb..f0ce9965567 100644 --- a/src/core/killall.c +++ b/src/core/killall.c @@ -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 " -- 2.47.3