From owner-freebsd-current@FreeBSD.ORG Sun Mar 30 14:07:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 576D837B401; Sun, 30 Mar 2003 14:07:22 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A40F043FBF; Sun, 30 Mar 2003 14:07:21 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.8/8.12.7) with ESMTP id h2UM7LAm035564; Sun, 30 Mar 2003 14:07:21 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.8/8.12.8/Submit) id h2UM7Kch035563; Sun, 30 Mar 2003 14:07:20 -0800 (PST) Date: Sun, 30 Mar 2003 14:07:20 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030330220720.GB20921@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Ruslan Ermilov , Bruce Evans , current@FreeBSD.org References: <20030313180854.GB47492@sunbay.com> <20030329231905.GA44034@dragon.nuxi.com> <20030330060918.GB43829@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030330060918.GB43829@sunbay.com> User-Agent: Mutt/1.4i 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 cc: Bruce Evans cc: current@FreeBSD.org Subject: Re: Do we want to let cpp(1) hide warnings in system headers? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2003 22:07:23 -0000 On Sun, Mar 30, 2003 at 09:09:18AM +0300, Ruslan Ermilov wrote: > On Sat, Mar 29, 2003 at 03:19:05PM -0800, David O'Brien wrote: > > On Thu, Mar 13, 2003 at 08:08:54PM +0200, Ruslan Ermilov wrote: > > > Sigh. It's been a while since I've fixed the "feature" of gcc(1) > > > that makes it hide warnings in system headers (but visible with > > > -nostdinc -I/usr/include). > > > > What is the difference in output from "make buildworld"? > > > Lot of (non-fatal) warnings. I was hoping you'd acutally show some of the increased warning output.