Subject: Re: CVS commit: src/sys/arch/sparc/include
To: Michael Lorenz <macallan@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 02/17/2007 19:41:21
On Sat, Feb 17, 2007 at 04:38:13AM -0500, Michael Lorenz wrote:
> On Fri, 16 Feb 2007 15:42:02 +0000 (UTC)
> Andrew Doran <ad@netbsd.org> wrote:
>
> >
> > Module Name: src
> > Committed By: ad
> > Date: Fri Feb 16 15:42:02 UTC 2007
> >
> > Modified Files:
> > src/sys/arch/sparc/include: lock.h
> >
> > Log Message:
> > Pacify lint.
>
> Lint still complains:
> # compile libpuffs/callcontext.ln
> CC=/usr/build/tools_sparc/bin/sparc--netbsdelf-gcc /usr/build/tools_sparc/bin/sparc--netbsdelf-lint
> -chapbxzFS -S -w -d /usr/build/dest_sparc/usr/include
> -i /evil/NetBSD/src/lib/libpuffs/callcontext.c /usr/build/dest_sparc/usr/include/machine/lock.h(153):
> warning: junk set but not used in function mb_read [191]
Gah. I think I think I have fixed this once and for all. Lint no longer
complains for me, at least in isolation.
Andrew