From owner-cvs-all Fri Dec 14 13:20:11 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 6824937B426; Fri, 14 Dec 2001 13:19:48 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fBELJZd33246; Fri, 14 Dec 2001 13:19:35 -0800 (PST) (envelope-from obrien) Date: Fri, 14 Dec 2001 13:19:34 -0800 From: "David O'Brien" To: David Malone Cc: Mark Murray , Ruslan Ermilov , Luigi Rizzo , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011214131934.B33199@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214094310.A25238@dragon.nuxi.com> <20011214203835.A64110@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011214203835.A64110@walton.maths.tcd.ie>; from dwmalone@maths.tcd.ie on Fri, Dec 14, 2001 at 08:38:35PM +0000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Dec 14, 2001 at 08:38:35PM +0000, David Malone wrote: > I have some work in usr.bin which I'd like to finish, but if it > would make the gcc 3 import easier, I can test these warns patches > with gcc 3 before committing them. It would be easy enough to ask > people doing warns work to check with both versions of gcc. The issue is that gcc 3 produces more warnings. And things that pass WARNS=2 probably won't pass WARNS=2 with GCC 3. So everyone will have to have to turn on NO_WERROR=yes. Unless people want to see gcc3 delayed by extra weeks so the person bringing it in can clean up all the errors that prevent the tree from building. Thus any new WARNS=2 will just get in the way more. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message