Subject: Re: prototyping for kernel code
To: Robert.V.Baron <rvb@gluck.coda.cs.cmu.edu>
From: Scott Reynolds <scottr@Plexus.COM>
List: tech-kern
Date: 12/11/1997 11:43:18
On Wed, 10 Dec 1997, Robert.V.Baron wrote:
> The 1.3 kernel code has -Wmissing-prototypes -Wstrict-prototypes.
> When the 1.2 code was converted, what tools were used, and are
> they in the distribution.
When I did the mac68k and hp300 MD code, I did it all by hand: run gcc
with the appropriate warnings enabled, then resolve the problems turned
up.
--scott