On Tue, Nov 07, 2023 at 03:08:18PM +0000, Lucretia wrote:
> I've seen __dead a few places in the source code, does this mean it isn't 
> functional anymore, or maybe just deprecated?
> 

It's the old non-standard representation for  __attribute__(__noreturn__)
in code, to stop the compiler whining and unwarranted optimisations.

Reply via email to