On 2004-10-13 19:04, FreeBSD Tinderbox <tinderbox_at_freebsd.org> wrote: > /tinderbox/CURRENT/ia64/ia64/src/sys/dev/dcons/dcons_os.c: In function `dcons_drv_init': > /tinderbox/CURRENT/ia64/ia64/src/sys/dev/dcons/dcons_os.c:496: warning: unused variable `addr' > /tinderbox/CURRENT/ia64/ia64/src/sys/dev/dcons/dcons_os.c:496: warning: unused variable `size' It looks like an #ifdef __i386__ is missing here... : Index: dcons_os.c : =================================================================== : RCS file: /home/ncvs/src/sys/dev/dcons/dcons_os.c,v : retrieving revision 1.1 : diff -u -r1.1 dcons_os.c : --- dcons_os.c 13 Oct 2004 05:38:42 -0000 1.1 : +++ dcons_os.c 13 Oct 2004 23:36:23 -0000 : _at__at_ -493,7 +493,9 _at__at_ : static int : dcons_drv_init(int stage) : { : +#ifdef __i386__ : int addr, size; : +#endif : : if (drv_init) : return(drv_init);Received on Wed Oct 13 2004 - 21:38:21 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:17 UTC