From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70429 invoked by alias); 13 Jul 2016 13:45:55 -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 70354 invoked by uid 89); 13 Jul 2016 13:45:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-oi0-f47.google.com Received: from mail-oi0-f47.google.com (HELO mail-oi0-f47.google.com) (209.85.218.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 13 Jul 2016 13:45:44 +0000 Received: by mail-oi0-f47.google.com with SMTP id r2so70371297oih.2 for ; Wed, 13 Jul 2016 06:45:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=z8t5YnV8CG+Iph7JvhHVPIQyqTFp79xqAmAC1kcu5/8=; b=AX2+kxetPRCjsUjdOfX3AaemU8LyancJ0lFcEsmKCuBi4I/PCN/NnR6Wm3LAJ9xrYy 6rkJ7aKwuWpBzJEBNBxuVm/C9fiLLf47Sh8SGLaP3+IfzF8ARNsPHKFfLV3GfUlgpRC5 qVusFB+Lho4G6i6lt0rjt8cSvW8trJqccfQa7DQzHoLtgqHP+Ywx6OJWtlgDCKX66/7l Mqi4z++EnIJ8LIt+NboPXZTJ8EJTdlk3WDLx7UqmcOapi4nZUBO2Md8kK4xpJAWys23d 1BfYxTy+HPxe99x81U2OJiZEjCdqgyWVWgRgGu765pNaO8O7WA7gtwkNngY8n/s1p1Tx Qurg== X-Gm-Message-State: ALyK8tJwA6UvP1QbHE5PLtjwOi/+uuDSDoGYpituGeiifAFmql6U9sHG8X/bn+lgxvRI6IDIVq9x74qBHyyV7Q== X-Received: by 10.157.33.125 with SMTP id l58mr5252151otd.32.1468417541438; Wed, 13 Jul 2016 06:45:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.182.130 with HTTP; Wed, 13 Jul 2016 06:45:40 -0700 (PDT) In-Reply-To: <87zipmokf3.fsf@tromey.com> References: <1465248812-23902-1-git-send-email-tom@tromey.com> <87zipmokf3.fsf@tromey.com> From: Yao Qi Date: Wed, 13 Jul 2016 13:45:00 -0000 Message-ID: Subject: Re: [RFA 0/6] Add -Wunused-but-set-parameter and -Wunused-but-set-variable To: Tom Tromey Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00147.txt.bz2 On Tue, Jul 12, 2016 at 6:06 PM, Tom Tromey wrote: >>>>>> "Yao" =3D=3D Yao Qi writes: > > Yao> On Mon, Jun 6, 2016 at 10:33 PM, Tom Tromey wrote: >>> I built and regression tested this using --enable-targets=3Dall on >>> x86-64 Fedora 23. However, I could not update the various nat-* >>> files, so there are probably unfixed warnings lurking there. > > Yao> Can you use cross compiler to cross build native gdb to catch these > Yao> warnings? > > It seems I won't get around to this. How about I check in everything > except the patch to enable the warning? That way at least some progress > has been made. > Yes, that is fine by me. --=20 Yao (=E9=BD=90=E5=B0=A7)