Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2004 10:54:53 +1000
From:      Stephen McKay <smckay@internode.on.net>
To:        Savchuk Taras <taras-s-y@mail.ru>
Cc:        Stephen McKay <smckay@internode.on.net>
Subject:   Re: dc0 acting up 
Message-ID:  <200409300054.i8U0srL6006761@dungeon.home>
In-Reply-To: <200409300018.14616.taras-s-y@mail.ru> from Savchuk Taras at "Thu, 30 Sep 2004 00:18:14 %2B0000"
References:  <002b01c4a576$9b65f1d0$82fda3d1@sanmarcos.x25.net> <200409282025.04107.taras-s-y@mail.ru> <200409290609.i8T69wZD008877@dungeon.home> <200409300018.14616.taras-s-y@mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, 30th September 2004, Savchuk Taras wrote:

>I have made changes in "sys/pci/if_dc.c" as you said and have had this outout 
>during "buildkernel":
>------------------------------------------------------------------------------------------------------------------------------------
>n-long-strings -mpreferred-stack-boundary=2 -ffreestanding 
>-Werror  /usr/src/sys/pci/if_dc.c
>/usr/src/sys/pci/if_dc.c: In function `dc_setcfg':
>/usr/src/sys/pci/if_dc.c:1369: warning: unused variable `i'
>/usr/src/sys/pci/if_dc.c:1370: warning: unused variable `isr'
>*** Error code 1

Sorry about that chief.  It seems like warnings are fatal nowadays.  To
satisfy the compiler you would also have to delete (or comment out) the
declarations for "i" and "isr" up a few lines at 1369 and 1370.

Stephen.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409300054.i8U0srL6006761>