From owner-freebsd-current Thu Jan 28 16:38:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18345 for freebsd-current-outgoing; Thu, 28 Jan 1999 16:38:17 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18340 for ; Thu, 28 Jan 1999 16:38:15 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id RAA19791; Thu, 28 Jan 1999 17:38:09 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id RAA02885; Thu, 28 Jan 1999 17:38:09 -0700 Date: Thu, 28 Jan 1999 17:38:09 -0700 Message-Id: <199901290038.RAA02885@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Archie Cobbs Cc: julian@whistle.com (Julian Elischer), current@FreeBSD.ORG Subject: Re: btokup().. patch to STYLE(9) (fwd) In-Reply-To: <199901281956.LAA22422@bubba.whistle.com> References: <199901281956.LAA22422@bubba.whistle.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Some people when confronted by people wanting to have extra braces > > say "change style(9)". > > > > Well, here is my change.. > > You can count my vote. > > I would also add a paragraph like this: > > If possible code should complile cleanly with gcc's -Wall flag. > Note however that this does not imply that it's OK to eliminate > warnings simply by covering them up with typecasts, etc., as that > actually does more harm than good. > > I hope that wording is sufficiently unoffensive to the -Wall haters. '-Wall haters'. That almost sounds like 'Wall-flowers' or something. :) Agreed, but that's not the only reason I dislike '-Wall'. The other reason is that some of the warnings enabled in -Wall are purely stylistic, and are not even warnings. Making all software compile quietly with gcc -Wall means complying with what the GNU folks thinks is the correct 'style' of writing software, rather than having style issues ignored. In other words, you end up making change change for the sake of change, which is silly just to please the compiler. But, after the recent flame fiasco I'm not saying anything more. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message