> Date: Tue, 14 Aug 2012 04:12:47 -0400 > From: Brad Smith <[email protected]> > > ../../../../dev/x86emu/x86emu.c:291:1: error: function declared 'noreturn' > should not return [-Werror,-Winvalid-noreturn] > > > x86emu_halt_sys: add an (unreached) panic after longjmp > > To convince clang that we won't return.
Perhaps <sys/systm.h> should mark longjmp(9) as __dead?
