From owner-cvs-all Fri Dec 14 12:38:46 2001 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id E1CEA37B405; Fri, 14 Dec 2001 12:38:40 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 14 Dec 2001 20:38:36 +0000 (GMT) Date: Fri, 14 Dec 2001 20:38:35 +0000 From: David Malone To: David O'Brien 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: <20011214203835.A64110@walton.maths.tcd.ie> References: <20011214184532.A99179@sunbay.com> <200112141659.fBEGx9U02211@grimreaper.grondar.org> <20011214094310.A25238@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011214094310.A25238@dragon.nuxi.com>; from obrien@FreeBSD.org on Fri, Dec 14, 2001 at 09:43:10AM -0800 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 09:43:10AM -0800, David O'Brien wrote: > People should stop the WARNS sweeps for 1-2 mo. GCC 3 has *SO* many more > warnings just about all of our WARNS=2 will have to be revisited. > IIRC this issue with main() is also dealt with in GCC 3. I'm not sure this is a good reason to stop the warns sweeps. The real reason for doing warns sweeps is so that we can see warnings that relate to real or potential bugs in the code without having to wade through spurious warnings. This should probably continue regardless. (That, and the fact that there'll always be a better compiler with more warnings comming....) We can always suspend the -Werror flag after the import until the new warnings have been fixed (both the new and old warnings will have to be fixed at some stage anyway). 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. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message