Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 01:04:04 -0700
From:      Peter Wemm <peter@wemm.org>
To:        Julian Elischer <julian@elischer.org>
Cc:        Jake Burkholder <jake@locore.ca>, Julian Elischer <julian@freebsd.org>, Perforce Change Reviews <perforce@freebsd.org>
Subject:   Re: PERFORCE change 12762 for review 
Message-ID:  <20020620080404.58285380E@overcee.wemm.org>
In-Reply-To: <Pine.BSF.4.21.0206121317520.90133-100000@InterJet.elischer.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
Julian Elischer wrote:
> ok, thanks. 
> I'll (re)fix them.

Good, bde will tell you off otherwise. :-)  This is as much a syntax error
as the original code according to strict interpretation of the C standard.

> On Wed, 12 Jun 2002, Jake Burkholder wrote:
> 
> > Apparently, On Wed, Jun 12, 2002 at 12:21:42PM -0700,
> > 	Julian Elischer said words to the effect of;
> > 
> > > http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12762
> > > 
> > > Change 12762 by julian@julian_ref on 2002/06/12 12:21:09
> > > 
> > > 	fix warning
> > 
> > FYI, the preferred way to fix these is to put a break instead
> > of a null statement.
> > 
> > > 
> > > Affected files ...
> > > 
> > > ... //depot/projects/kse/sys/vm/vm_meter.c#13 edit
> > > 
> > > Differences ...
> > > 
> > > ==== //depot/projects/kse/sys/vm/vm_meter.c#13 (text+ko) ====
> > > 
> > > @@ -149,6 +149,7 @@
> > >  					totalp->t_sl++;
> > >  					continue;
> > >  				default:
> > > +					;
> > >  				}
> > >  			}
> > >  		}
> > 
> 
> 

Cheers,
-Peter
--
Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020620080404.58285380E>