From owner-freebsd-current@FreeBSD.ORG Sat Jul 12 21:06:04 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 DA68837B401 for ; Sat, 12 Jul 2003 21:06:04 -0700 (PDT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFECD43FA3 for ; Sat, 12 Jul 2003 21:06:03 -0700 (PDT) (envelope-from kabaev@mail.ru) Received: from [151.203.238.196] (port=63750 helo=kan.dnsalias.net) by mx1.mail.ru with esmtp id 19bY7e-000LGK-00; Sun, 13 Jul 2003 08:06:02 +0400 Received: from kan.dnsalias.net (ak03@localhost [127.0.0.1]) by kan.dnsalias.net (8.12.9/8.12.9) with ESMTP id h6D460dm008271; Sun, 13 Jul 2003 00:06:00 -0400 (EDT) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.9/8.12.9/Submit) id h6D460mA008270; Sun, 13 Jul 2003 00:06:00 -0400 (EDT) Date: Sun, 13 Jul 2003 00:05:59 -0400 From: Alexander Kabaev To: Craig Rodrigues Message-Id: <20030713000559.28c18be6.kabaev@mail.ru> In-Reply-To: <20030713031312.GA89014@crodrigues.org> References: <20030712155333.GA79322@crodrigues.org> <20030713031312.GA89014@crodrigues.org> X-Mailer: Sylpheed version 0.9.0claws50 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam: Not detected 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 04:06:05 -0000 On Sat, 12 Jul 2003 23:13:12 -0400 Craig Rodrigues wrote: > I am guessing that the C preprocessor does not think that it is > in a system header, and thus prints out the warning. We specifically disable automatic warning suppression for system headers, because we _want_ to know about them. Your Linux distribution apparently does not care. > > Any GCC/FreeBSD expert care to comment? ;) > Short of fixing offending files in FSF libstdc++ or turning warning suppression back on for standard C++ include files selectively, I have no suggestion. -- Alexander Kabaev