From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14744 invoked by alias); 9 Oct 2009 20:27:49 -0000 Received: (qmail 14735 invoked by uid 22791); 9 Oct 2009 20:27:49 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Oct 2009 20:27:45 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n99KRQAk002590; Fri, 9 Oct 2009 16:27:26 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n99KRPoR017514; Fri, 9 Oct 2009 16:27:25 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n99KROZg007440; Fri, 9 Oct 2009 16:27:24 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id BDB62378216; Fri, 9 Oct 2009 14:27:23 -0600 (MDT) From: Tom Tromey To: Stan Shebs Cc: Tobias Hahn , gdb@sourceware.org Subject: Re: -Wformat and the like References: <847995BD-73DF-46CD-AFDE-25AB8A5A6E6D@ableton.com> <3424D328-9EB7-483D-BB65-7471CE2BBDE6@ableton.com> <4ACF80A8.9020206@codesourcery.com> Reply-To: Tom Tromey Date: Fri, 09 Oct 2009 20:27:00 -0000 In-Reply-To: <4ACF80A8.9020206@codesourcery.com> (Stan Shebs's message of "Fri, 09 Oct 2009 11:27:52 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00186.txt.bz2 >>>>> "Stan" == Stan Shebs writes: Tom> I don't know the answer, but I definitely don't see thousands of such Tom> warnings on my Fedora 11 box. Stan> I'm sure it's an OS X thing - the headers have all kinds of BSD-ish Stan> and Mach-ish arcana that are different from other systems for, uh, Stan> deeply-thought-out and carefully-documented reasons. :-) One could Stan> get GDB to a clean build with OS X, but it would be a lot of macro Stan> gymnastics. Ah, I missed the --build in the original post. We can easily filter these warnings by host. This isn't ideal, but if system headers cause problems then I don't see what else we can do. Tom