Subject: Re: libsa/loadfile* patches
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 02/11/2002 23:24:55
In article <20020211094135.D28960@dr-evil.shagadelic.org>,
Jason R Thorpe <thorpej@wasabisystems.com> wrote:
>On Mon, Feb 11, 2002 at 06:22:34PM +0100, Reinoud Zandijk wrote:
>
> > i came upon the following patches in my process of building a native 
> > bootloader for Acorn32 :
>
>This patch looks fine .. add the same to loadfile_ecoff.c, and commit it.

The way I avoid use warnings is:

	(void)foo;

I think that this shows the intent more clearly than:

	foo = foo;

christos