From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29476 invoked by alias); 20 Jan 2006 21:13:02 -0000 Received: (qmail 29466 invoked by uid 22791); 20 Jan 2006 21:13:02 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 20 Jan 2006 21:12:58 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F03Z2-0004DT-Gd; Fri, 20 Jan 2006 16:12:56 -0500 Date: Fri, 20 Jan 2006 21:13:00 -0000 From: Daniel Jacobowitz To: Jim Blandy Cc: GDB Patches Subject: Re: RFC: Disable pointer signedness warnings Message-ID: <20060120211256.GA16076@nevyn.them.org> Mail-Followup-To: Jim Blandy , GDB Patches References: <8f2776cb0601181651m5892f93wf756703b7e4b261a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8f2776cb0601181651m5892f93wf756703b7e4b261a@mail.gmail.com> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00251.txt.bz2 On Wed, Jan 18, 2006 at 04:51:41PM -0800, Jim Blandy wrote: > Just to push the group a little further towards making a decision, > here's a patch: > > gdb/ChangeLog: > 2006-01-18 Jim Blandy > > * configure.ac: Add -Wno-pointer-sign to list of build warnings. > * configure: Regenerated. > > gdb/doc/ChangeLog: > 2006-01-18 Jim Blandy > > * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list > of warning flags. Everyone who's responded is now in favor of this patch; could you check it in? After that I have a tiny handful of warnings on the ARM port which I'll fix later. I don't know if there was a consensus on Mark's -Werror patch, but I agree with him that it's about time to bite the bullet and do it; but it would be nice if someone ran through gdb_mbuild.sh first (after Jim's patch is applied) and fixed up the cross configurations. -- Daniel Jacobowitz CodeSourcery