Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2002 16:14:15 -0400
From:      Jake Burkholder <jake@locore.ca>
To:        Julian Elischer <julian@freebsd.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   Re: PERFORCE change 12762 for review
Message-ID:  <20020612161415.A257@locore.ca>
In-Reply-To: <200206121921.g5CJLgq00924@freefall.freebsd.org>; from julian@freebsd.org on Wed, Jun 12, 2002 at 12:21:42PM -0700
References:  <200206121921.g5CJLgq00924@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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:
> +					;
>  				}
>  			}
>  		}

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?20020612161415.A257>