diff --git a/src/exec.cpp b/src/exec.cpp index 01c926ad9..7e51b7ad1 100644 --- a/src/exec.cpp +++ b/src/exec.cpp @@ -1038,6 +1038,7 @@ static bool should_claim_process_group_for_job(const shared_ptr &j) { // exec will retain the pgroup. return false; } + DIE("unreachable"); } bool exec_job(parser_t &parser, shared_ptr j) {