Subject: Re: -current problems
To: None <scotte@warped.com>
From: Gordon W. Ross <gwr@mc.com>
List: port-sun3
Date: 01/03/1997 10:57:36
> From: Scott Ellis <scotte@warped.com>
> Date: Thu, 2 Jan 1997 19:39:57 (-0800)

> -current (supped today..but the problem exists since about 3 weeks ago)
> dies during build in kern/subr_prf.c with:
> 
> ./../../../kern/subr_prf.c: In function `panic':
> ./../../../kern/subr_prf.c:126: warning: unknown conversion type character
> `:'
> in format
> ./../../../kern/subr_prf.c:126: warning: too many arguments for format
> *** Error code 1 
[...]
> Any ideas?  Gordon? ;-)

You might not be using the latest version of gcc (from NetBSD).
However, if you don't feel like rebuilding gcc, you can just
remove -Werror from CWARNFLAGS.  I am now using:

	CWARNFLAGS= 	-Wall -Wstrict-prototypes

because I use a "stock" gcc built for cross-compilation,
and it does not know about NetBSD-isms...

Gordon