if_npe.c broken r257262
Ian Lepore
ian at FreeBSD.org
Mon Oct 28 18:44:37 UTC 2013
On Mon, 2013-10-28 at 19:33 +0100, Berislav Purgar wrote:
> Hello ...
>
>
> Here is error messages :
>
> cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs
> -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
> -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions
> -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I.
> -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt
> -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common
> -finline-limit=8000 --param inline-unit-growth=100 --param
> large-function-growth=1000 -mcpu=xscale -mno-thumb-interwork -ffreestanding
> -Werror /usr/src/sys/arm/xscale/ixp425/if_npe.c
> cc1: warnings being treated as errors
> /usr/src/sys/arm/xscale/ixp425/if_npe.c: In function 'npe_attach':
> /usr/src/sys/arm/xscale/ixp425/if_npe.c:339: warning: implicit declaration
> of function 'if_alloc'
> [...]
Ooops, looks like we missed on in the mass change. Should be fixed in
r257265; sorry about that.
-- Ian
More information about the freebsd-arm
mailing list