svn commit: r244445 - in head/sys: kern sys tools

Ryan Stone rysto32 at gmail.com
Sun Dec 23 00:29:15 UTC 2012


This appears to have broken the build on arm.  I see the following build
failure building an arm LINT kernel:

cc1: warnings being treated as errors
In file included from
/usr/home/rstone/freebsd/head_2/sys/arn/arm/trap.c:900:
/usr/home/rstone/freebsd/head_2/sys/arm/arm/../../kern/subr_syscall.c: In
function 'syscallenter':
/usr/home/rstone/freebsd/head_2/sys/arm/arm/../../kern/subr_syscall.c:80:
warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
/usr/home/rstone/freebsd/head_2/sys/arm/arm/../../kern/subr_syscall.c:154:
warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]


More information about the svn-src-all mailing list