_exit(EXIT_FAILURE);
}
- r = exec_with_listen_fds(exec_cmdline, /* fds= */ NULL, /* n_fds= */ 0);
- /* This is only reached on failure, otherwise we continue with exec_cmldine). */
+ (void) exec_with_listen_fds(exec_cmdline, /* fds= */ NULL, /* n_fds= */ 0);
+ /* This is only reached on failure, otherwise we continue with exec_cmdline). */
_exit(EXIT_FAILURE);
}
_exit(EXIT_FAILURE);
}
- exec_with_listen_fds(exec_cmdline, fd_array, m);
+ (void) exec_with_listen_fds(exec_cmdline, fd_array, m);
/* This is only reached on failure, otherwise we continue with exec_cmdline. */
_exit(EXIT_FAILURE);
}