From owner-freebsd-current@FreeBSD.ORG Sat Mar 29 15:19:11 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 9303C37B401; Sat, 29 Mar 2003 15:19:11 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5D2543F85; Sat, 29 Mar 2003 15:19:10 -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 h2TNJ5Am044076; Sat, 29 Mar 2003 15:19:09 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.8/8.12.8/Submit) id h2TNJ5d7044075; Sat, 29 Mar 2003 15:19:05 -0800 (PST) Date: Sat, 29 Mar 2003 15:19:05 -0800 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030329231905.GA44034@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Ruslan Ermilov , Bruce Evans , current@FreeBSD.org References: <20030313180854.GB47492@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030313180854.GB47492@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: Sat, 29 Mar 2003 23:19:12 -0000 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"?