mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 22:44:01 +00:00
Fix some gcc warnings
This commit is contained in:
parent
311f47d683
commit
7ab373fbbd
1 changed files with 1 additions and 0 deletions
|
@ -762,6 +762,7 @@ static proc_performer_t get_performer_for_process(process_t *p, const job_t *job
|
||||||
// TODO: we should reflect the actual signal which was received.
|
// TODO: we should reflect the actual signal which was received.
|
||||||
return proc_status_t::from_signal(SIGINT);
|
return proc_status_t::from_signal(SIGINT);
|
||||||
case eval_result_t::control_flow:
|
case eval_result_t::control_flow:
|
||||||
|
default:
|
||||||
DIE("eval_result_t::control_flow should not be returned from eval_node");
|
DIE("eval_result_t::control_flow should not be returned from eval_node");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue