On 26 January 2018 at 12:13, Warner Losh <i...@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)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to