From 91249976027699376428335bb4f428aa469fe6ea Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Thu, 3 Feb 2022 22:12:11 +0800 Subject: [PATCH] Avoid unused argument warning when reexec is unused --- svr-main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/svr-main.c b/svr-main.c index 871b037..a9f8a57 100644 --- a/svr-main.c +++ b/svr-main.c @@ -143,6 +143,7 @@ static void main_noinetd(int argc, char ** argv, const char* multipath) { (void)argc; (void)argv; + (void)multipath; /* Note: commonsetup() must happen before we daemon()ise. Otherwise daemon() will chdir("/"), and we won't be able to find local-dir