changeset 1873:2c9d635a1c04

Avoid unused argument warning when reexec is unused
author Matt Johnston <matt@ucc.asn.au>
date Thu, 03 Feb 2022 22:12:11 +0800
parents 6b25cdad4783
children 1c9215154d4a
files svr-main.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/svr-main.c	Tue Feb 01 23:15:53 2022 +0800
+++ b/svr-main.c	Thu Feb 03 22:12:11 2022 +0800
@@ -143,6 +143,7 @@
 
 	(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