From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36112 invoked by alias); 28 Jun 2016 15:02:22 -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 36056 invoked by uid 89); 28 Jun 2016 15:02:22 -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-f44.google.com Received: from mail-oi0-f44.google.com (HELO mail-oi0-f44.google.com) (209.85.218.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 28 Jun 2016 15:02:12 +0000 Received: by mail-oi0-f44.google.com with SMTP id u201so26511214oie.0 for ; Tue, 28 Jun 2016 08:02:11 -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=ZPgmXwdDfwuPw2CbPPGMYT5AH0F/j6d6kxQPU055y4g=; b=fv+mDXo8QNzkiflRcJnZGT0itkaeFftgtPXcCnWdEz4ZsLq51rVLD4jOFJO38rbSZe aqf5ql/lV5PD0AGHdm7+IfZHLKceesBVfbvBpvavQywFtT5bJfD+y28Yu3F6K1a0hDs7 6QtL1GdDsvu0sFHeFiKBSlaOv35eVO3QoanPrw4EgImxseSqBDhJQVtWPBbL6YMaTUai ug3IQzqK60YTzTe6ERv+j4VH0/mGbl43+/jWb6WsC0kEHRaysihVfwXxFKvXJp87YVj6 N0GjQ4uh109liWoK6oC+m0bI1VSXmWyaOS9y4Og1Ls0wcMeNnUKPr7/MvFKunrDGNQxj o1WA== X-Gm-Message-State: ALyK8tKPif6PjhOQvT127ivK9u8HQB48PrZITkA9SLYLDdUn6XY2SZXgHDM+X85RakfK9jmkT0tMFqjG9J5Kgg== X-Received: by 10.202.75.134 with SMTP id y128mr2074144oia.89.1467126129446; Tue, 28 Jun 2016 08:02:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.182.130 with HTTP; Tue, 28 Jun 2016 08:02:09 -0700 (PDT) In-Reply-To: <1465248812-23902-1-git-send-email-tom@tromey.com> References: <1465248812-23902-1-git-send-email-tom@tromey.com> From: Yao Qi Date: Tue, 28 Jun 2016 15:02: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-06/txt/msg00467.txt.bz2 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. Can you use cross compiler to cross build native gdb to catch these warning= s? otherwise, once this patch series go in, gdb build on host other than linux= may be broken. --=20 Yao (=E9=BD=90=E5=B0=A7)