From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30531 invoked by alias); 21 Jul 2016 16:38:01 -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 30511 invoked by uid 89); 21 Jul 2016 16:38:00 -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-f66.google.com Received: from mail-oi0-f66.google.com (HELO mail-oi0-f66.google.com) (209.85.218.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 21 Jul 2016 16:37:59 +0000 Received: by mail-oi0-f66.google.com with SMTP id c199so8187649oig.1 for ; Thu, 21 Jul 2016 09:37:59 -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=q34mcZE86bqs27H/bD+oc4ts/w6RJhgzNMrUMOsHqN0=; b=VNc0hIaaBnoPUDxeliOsdnRu47caqua2PzhRv07D93XVW4M2tiSXOgJbGkfQ+fb3Jb lH1rfiOsUwzYpSmKRMZli2pjmVrXiTKE/QuH9R+A8Q+OttO1qXYGqfIZMBB1qlxGB4No Wj+Y1L0l4MkvadTdcmK4zVlI/QrXDiJs1FWVY+8ONAwA7D+yS5WHl9rv1fAiV6jJWTcA LqKVV2ZQlBqzFVy45tec3WGgnmzGEImifITNJmjO083JAGNWiE5WrKZaQHa+89P/ayXs o9h5WN3mt42jES+iGQTzKpXtBcqrYfauYUoo11IQcbSmRasmi3iwrhPTDY03Nl9FTAmp BrOw== X-Gm-Message-State: ALyK8tIHhNQ9sNDKe6Bb7cpitCnCHgEDHJYd5ANzIFBQUFoxCHEAPi9ZkW3Kt9SjE/hrQYB/uPpbvf5X4yuv1A== X-Received: by 10.157.11.163 with SMTP id 32mr31119961oth.119.1469119077535; Thu, 21 Jul 2016 09:37:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.105.138 with HTTP; Thu, 21 Jul 2016 09:37:57 -0700 (PDT) In-Reply-To: <92e8008b-f140-4831-ebb8-f1371237c1cb@redhat.com> References: <1465248812-23902-1-git-send-email-tom@tromey.com> <6a954e1a-ed72-fc02-b9b6-cce85e9b58e9@redhat.com> <7797fc3a-9651-3448-2def-3bc5b0c5cf55@redhat.com> <92e8008b-f140-4831-ebb8-f1371237c1cb@redhat.com> From: Yao Qi Date: Thu, 21 Jul 2016 16:38:00 -0000 Message-ID: Subject: Re: [RFA 0/6] Add -Wunused-but-set-parameter and -Wunused-but-set-variable To: Pedro Alves Cc: Tom Tromey , "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/msg00265.txt.bz2 On Thu, Jul 21, 2016 at 4:18 PM, Pedro Alves wrote: > No build regressions on > > PPC64 GNU/Linux > S390 GNU/Linux > x64-64 NetBSD > > Any host missing? I think we're good to go. > I don't think of any. Yes, please :) --=20 Yao (=E9=BD=90=E5=B0=A7)