From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81571 invoked by alias); 27 Aug 2018 17:46:29 -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 81541 invoked by uid 89); 27 Aug 2018 17:46:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*f:sk:2018080, theyd, they'd, wnonarrowing X-HELO: gateway23.websitewelcome.com Received: from gateway23.websitewelcome.com (HELO gateway23.websitewelcome.com) (192.185.48.71) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 27 Aug 2018 17:46:25 +0000 Received: from cm16.websitewelcome.com (cm16.websitewelcome.com [100.42.49.19]) by gateway23.websitewelcome.com (Postfix) with ESMTP id 77C4110668 for ; Mon, 27 Aug 2018 12:46:22 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id uLaZfHauLaSeyuLahflzTD; Mon, 27 Aug 2018 12:46:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=uKsFZm70z079Bj7bZfKtbEV2dsIq4L+pWl97PpKGG0Q=; b=T2k3PrAB3BrpQRLtf5bGPLRe7d FVLA/Z1U/VoKojR6dJh/tD2YM4KjMwSp6BMdZgF8en78tCkR4lgK7jD5/kq+7mqYUPsfH8+xufJ/n 6SLZD9xCPypBNHAqGUZAjj//+; Received: from 75-166-85-72.hlrn.qwest.net ([75.166.85.72]:39766 helo=bapiya) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fuLaY-001CG4-Ur; Mon, 27 Aug 2018 12:46:07 -0500 From: Tom Tromey To: Pedro Alves Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH 7/7] Remove -Wno-narrowing from warnings.m4 References: <20180808232016.12777-1-tom@tromey.com> <20180808232016.12777-8-tom@tromey.com> Date: Mon, 27 Aug 2018 17:46:00 -0000 In-Reply-To: (Pedro Alves's message of "Thu, 9 Aug 2018 19:10:23 +0100") Message-ID: <8736uzzorn.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2018-08/txt/msg00664.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: Pedro> On 08/09/2018 12:20 AM, Tom Tromey wrote: >> This removes -Wno-narrowing from warnings.m4. >> This is PR build/23087. Pedro> OK. Thanks much for doing this. Pedro> Patches 5 and 6 look OK to me too, but you may want to Pedro> give the IBM folks some time to comment in case Pedro> they'd prefer some other solution. I'm checking this in now. Tom