From 7425f76c4e5ff029a26f1180c438e36cea36f5fd Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 8 Jul 2025 18:58:14 +0900 Subject: [PATCH] shutdown: voidify disable_binfmt() --- src/shutdown/shutdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shutdown/shutdown.c b/src/shutdown/shutdown.c index dccfff9ffe0..bb767161bde 100644 --- a/src/shutdown/shutdown.c +++ b/src/shutdown/shutdown.c @@ -447,7 +447,7 @@ int main(int argc, char *argv[]) { (void) sync_with_progress(-EBADF); disable_coredumps(); - disable_binfmt(); + (void) disable_binfmt(); log_info("Sending SIGTERM to remaining processes..."); broadcast_signal(SIGTERM, true, true, arg_timeout); -- 2.47.3