Date: Fri, 25 Jun 2004 21:11:37 +0200 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) To: "Liam J. Foy" <liamfoy@sepulcrum.org> Cc: tinderbox@freebsd.org Subject: Re: [current tinderbox] failure on i386/i386 Message-ID: <xzp8yeb78ra.fsf@dwp.des.no> In-Reply-To: <20040625173503.3f8c2b0c.liamfoy@sepulcrum.org> (Liam J. Foy's message of "Fri, 25 Jun 2004 17:35:03 %2B0100") References: <20040625104502.16C027303F@freebsd-current.sentex.ca> <20040625162945.5f67d584.liamfoy@sepulcrum.org> <xzppt7nzjjd.fsf@dwp.des.no> <20040625173503.3f8c2b0c.liamfoy@sepulcrum.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"Liam J. Foy" <liamfoy@sepulcrum.org> writes: > des@des.no (Dag-Erling Sm=F8rgrav) wrote: > > "Liam J. Foy" <liamfoy@sepulcrum.org> writes: > > > I think this should solve the problem, correct me if am wrong. =3D) > > No, that just shoves it under the carpet. > Maybe you could explain why ? Just look at the code. What the warning is really telling you is that you may be using the value of v from a previous loop iteration. Initializing v to 0 before the loop shuts up the warning, but doesn't actually stop the code from using an incorrect value of v. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzp8yeb78ra.fsf>