Subject: Re: dc.c error in kernel build
To: NetBSD Mailing list <netbsd@mrynet.com>
From: Simon Burge <simonb@netbsd.org>
List: port-pmax
Date: 12/31/1999 15:45:08
NetBSD Mailing list wrote:

> In case this hasn't been noticed or addressed yet:
> 
> cc  -O2 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wno-main -G 0  -mno-abicalls -mno-half-pic -I. -
I/usr/src/sys/arch -I/usr/src/sys -nostdinc -I/usr/src/sys/../gnu/sys -DMIPS1 -DMIPS3 -DLKM -DNKMEMCLUSTERS=1024 -DHZ=256 -DMAXUSER
S=64 -D_KERNEL -Dpmax  -c /usr/src/sys/arch/pmax/dev/dc.c
> cc1: warnings being treated as errors
> /usr/src/sys/arch/pmax/dev/dc.c: In function `dcrint':
> /usr/src/sys/arch/pmax/dev/dc.c:813: warning: implicit declaration of function `mouseInput'
> *** Error code 1

This and the RCONSDEV problem should be ok now, as of the last day or
so...  Please let me know if there is a problem with up-to-date sources.

Simon.