From owner-freebsd-current@FreeBSD.ORG Sun Jul 13 06:25:15 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 BFD4537B401 for ; Sun, 13 Jul 2003 06:25:15 -0700 (PDT) Received: from smtpout.mac.com (A17-250-248-97.apple.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C2843F93 for ; Sun, 13 Jul 2003 06:25:15 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h6DDPCgi013512; Sun, 13 Jul 2003 06:25:12 -0700 (PDT) Received: from mac.com (adsl-78-178-166.jan.bellsouth.net [216.78.178.166]) (authenticated bits=0) by mac.com (Xserve/8.12.9/MantshX 2.0) with ESMTP id h6DDNtIL007942; Sun, 13 Jul 2003 06:24:50 -0700 (PDT) In-Reply-To: <20030713.071342.106032104.imp@bsdimp.com> References: <20030712155333.GA79322@crodrigues.org> <20030713031312.GA89014@crodrigues.org> <20030713.071342.106032104.imp@bsdimp.com> Mime-Version: 1.0 (Apple Message framework v578) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <58C6702E-B535-11D7-BE3B-0003937E39E0@mac.com> Content-Transfer-Encoding: 7bit From: David Leimbach Date: Sun, 13 Jul 2003 08:24:35 -0500 To: "M. Warner Losh" X-Mailer: Apple Mail (2.578) cc: rodrigc@crodrigues.org cc: freebsd-current@freebsd.org Subject: Re: GCC 3.3.1, new warnings with X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2003 13:25:16 -0000 On Sunday, July 13, 2003, at 8:13AM, M. Warner Losh wrote: > In message: <20030713031312.GA89014@crodrigues.org> > Craig Rodrigues writes: > : I think that this is a FreeBSD issue. I compiled > : the same file under Linux, with a GCC 3.3.1 checked out on 7/11 > : and did not encounter this warning. > > keep in mind that on linux the -wno-system-headers is default, while > it isn't default on freebsd, which is why we see it and you don't > there... Ah, excellent... this is exactly what I was looking for. :) > > Warner