# HG changeset patch # User Matt Johnston # Date 1643897531 -28800 # Node ID 2c9d635a1c043d99dc264d7e3dbaf01a08c89dfe # Parent 6b25cdad4783f7d281501b927b34e5c7488cbdda Avoid unused argument warning when reexec is unused diff -r 6b25cdad4783 -r 2c9d635a1c04 svr-main.c --- 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