Date: Thu, 7 Mar 2002 03:40:40 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Mark Murray <mark@grondar.za> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/dd args.c dd.c dd.h Message-ID: <20020307034040.B64158@dragon.nuxi.com> In-Reply-To: <200203071130.g27BUlRV009426@grimreaper.grondar.org>; from mark@grondar.za on Thu, Mar 07, 2002 at 11:30:47AM %2B0000 References: <20020307030821.C63484@dragon.nuxi.com> <200203071130.g27BUlRV009426@grimreaper.grondar.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 07, 2002 at 11:30:47AM +0000, Mark Murray wrote: > > Why was this needed? > > > > -u_int ddflags; /* conversion options */ > > +u_int ddflags = 0; /* conversion options */ > > "Uninitialised" or "Potentially uninitialised". What tool thought ddflags was uninitialised? > And potentially unproven bugs. I want to get the warning count down to > somewhere where bugs show through. You are getting the warning count down by adding bugs and obfuscation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020307034040.B64158>