Date: Thu, 7 Mar 2002 03:52:33 -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: <20020307035232.A67494@hub.freebsd.org> 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: > > -u_int ddflags; /* conversion options */ > > +u_int ddflags = 0; /* conversion options */ > > "Uninitialised" or "Potentially uninitialised". ... > And potentially unproven bugs. I want to get the warning count down to > somewhere where bugs show through. May I remind you of Henry Spencer's #1 Commandment? 1. Thou shalt run lint frequently and study its pronouncements with care, for verily its perception and judgement oft exceed thine. In the annotation is: ``Study'' doth not mean mindless zeal to eradicate every byte of lint output-if for no other reason, because thou just canst not shut it up about some things-but that thou should know the cause of its unhappiness ando understand what worrisome sign it tries to speak of. 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?20020307035232.A67494>