From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 46436 invoked by alias); 8 Jun 2016 04:26:12 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 46426 invoked by uid 89); 8 Jun 2016 04:26:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: paperclip.tbsaunde.org Received: from tbsaunde.org (HELO paperclip.tbsaunde.org) (66.228.47.254) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Jun 2016 04:26:10 +0000 Received: from ball (CPE00fc8d3ff2d3-CM00fc8d3ff2d0.cpe.net.cable.rogers.com [99.242.1.93]) by paperclip.tbsaunde.org (Postfix) with ESMTPSA id CCF09C0A4; Wed, 8 Jun 2016 04:26:08 +0000 (UTC) Date: Wed, 08 Jun 2016 04:26:00 -0000 From: Trevor Saunders To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [RFA 6/6] Add -Wunused-but-set-* to build Message-ID: <20160608043053.GA23527@ball> References: <1465248812-23902-1-git-send-email-tom@tromey.com> <1465248812-23902-7-git-send-email-tom@tromey.com> <20160608023751.GC30231@ball> <87shwo5rec.fsf@tromey.com> <20160608032455.GD30231@ball> <87oa7c5osa.fsf@tromey.com> <87fuso5n9c.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87fuso5n9c.fsf@tromey.com> User-Agent: Mutt/1.6.0 (2016-04-01) X-SW-Source: 2016-06/txt/msg00153.txt.bz2 On Tue, Jun 07, 2016 at 10:15:59PM -0600, Tom Tromey wrote: > Tom> I'll give it a try and see what happens. > > It turns out that -Wunused-variable causes a number of errors (104 in my > build). So, I think that while this change would be worthwhile, it's a > bit too much for me at present. Sure, I'll probably get to it in a couple weeks if you don't get there first (I eventually want to merge bfd/warnings.m4 and gdb/warnings.m4) Trev > > Tom