mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-07-03 01:41:15 -03:00
eliminate many "unused parameter" warnings
Partially addresses issue #3430.
This commit is contained in:
@@ -285,6 +285,7 @@ pid_t execute_fork(bool wait_for_threads_to_die) {
|
||||
bool fork_actions_make_spawn_properties(posix_spawnattr_t *attr,
|
||||
posix_spawn_file_actions_t *actions, job_t *j, process_t *p,
|
||||
const io_chain_t &io_chain) {
|
||||
UNUSED(p);
|
||||
// Initialize the output.
|
||||
if (posix_spawnattr_init(attr) != 0) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user