On 17 November 2012 18:35, FreeBSD Tinderbox <tinder...@freebsd.org> wrote:

> 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/src/sys 
> -I/src/sys/contrib/altq -I/src/sys/contrib/libfdt -D_KERNEL 
> -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
> -finline-limit=8000 --param inline-unit-growth=10000 --param 
> large-function-growth=100000 --param max-inline-insns-single=10000  -fno-pic 
> -mno-abicalls -G0 -DKERNLOADADDR=0xffffffff80001000 -mabi=64 -march=mips64 
> -msoft-float -ffreestanding -Werror  /src/sys/net/rtsock.c
> cc1: warnings being treated as errors
> /src/sys/net/rtsock.c: In function 'sysctl_dumpentry':
> /src/sys/net/rtsock.c:1577: warning: unused variable 'i' [-Wunused-variable]
> *** [rtsock.o] Error code 1

Fixed. Damn those pesky non-IPV6 belivers.



Adrian
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to