Avoid unused argument warning when reexec is unused

This commit is contained in:
Matt Johnston 2022-02-03 22:12:11 +08:00
parent 12b094f0bf
commit 9124997602

View File

@ -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