Subject: Re: Kernel warnings/cflags
To: None <port-macppc@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-macppc
Date: 05/02/2001 20:23:47
In article <Pine.NEB.4.21.0105021205380.343-100000@candlekeep.home-net.internetconnect.net>,
Bill Studenmund <wrstuden@zembu.com> wrote:
>
>I think a better thing to do is get it so we can lint the kernel. :-) The
>main things that we need are 1) C "routines" for lint for asm routines
>called from C, and 2) fake calls (probably in (1)) to C routines called
>only from asm code.
>

Luke and I have been working on this... There are a few more problems:

	- use of c9x structure field initializations kern_exec.c
	  [I am fixing lint for that]
	- kernel produces a huge number of gcc warnings. lots of them
	  are due to implicit widening and type conversions.

christos