mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:31:14 -03:00
Add a DIE("unreachable") in should_claim_process_group_for_job
Fixes a gcc warning.
This commit is contained in:
@@ -1038,6 +1038,7 @@ static bool should_claim_process_group_for_job(const shared_ptr<job_t> &j) {
|
||||
// exec will retain the pgroup.
|
||||
return false;
|
||||
}
|
||||
DIE("unreachable");
|
||||
}
|
||||
|
||||
bool exec_job(parser_t &parser, shared_ptr<job_t> j) {
|
||||
|
||||
Reference in New Issue
Block a user