Re: [PATCH 5/5] objtool: Add "missing __noreturn" warning

From: Miroslav Benes
Date: Tue Mar 28 2023 - 05:10:53 EST


> WARN_FUNC("unreachable instruction", insn->sec, insn->offset);
> - return 1;

I knew I should have read the whole set first...

Miroslav