svn commit: r328437 - in head/stand: i386/gptboot libsa

Ed Maste emaste at freebsd.org
Fri Jan 26 21:06:09 UTC 2018


On 26 January 2018 at 12:13, Warner Losh <imp at freebsd.org> wrote:
> Author: imp
> Date: Fri Jan 26 17:13:00 2018
> New Revision: 328437
> URL: https://svnweb.freebsd.org/changeset/base/328437
>
> Log:
>   Split panic routine
...
> -extern void            exit(int);
> +extern void            exit(int) __dead2;

MIPS is now failing with:
18:49:00 /usr/src/stand/uboot/lib/reboot.c: In function 'exit':
18:49:00 /usr/src/stand/uboot/lib/reboot.c:38: warning: 'noreturn'
function does return
(from https://ci.freebsd.org/job/FreeBSD-head-mips-build/137/console)


More information about the svn-src-head mailing list