From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48179 invoked by alias); 17 May 2017 16:26:39 -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 46819 invoked by uid 89); 17 May 2017 16:26:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:199 X-HELO: mail-pf0-f180.google.com Received: from mail-pf0-f180.google.com (HELO mail-pf0-f180.google.com) (209.85.192.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 17 May 2017 16:26:37 +0000 Received: by mail-pf0-f180.google.com with SMTP id n23so9878848pfb.2 for ; Wed, 17 May 2017 09:26:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=W1CXA3Lllf5yZrYopNlgdlXYEfsDCeXXv2Gz/XcG+Rw=; b=pnzglcO6ezhLd+qQKSuyst+2Jcjbx9X5PMREhX8aHj9RSgddimom6QIVdLY+DqVvas Y1iaAwQnDtaetfB0ao8x5mW9JzQOUOE9yHkkzxujcNQfNl2XW2Od6R+WuahS5f042ffS LbLIHJf1cGCmOiASYPFq6EhTQF7iACt8/hyVnNTSrdULrWfAYy5c58mTuk+zkvCPmCpf BH90qo4lTzmt6X2RSZjKVsv27wH7SsU5BHRlKRYvDC1GPhoCFE1l6sSZITdm/FfsP7oM 3J9xZ8sOt/MGRffJD4LCzXXY0b+1H4PaHk2jwC/qKHfJWthX/aRnVohe4JqubVEO6+op cSHA== X-Gm-Message-State: AODbwcDUbVPfY4bIRkgDV7Le156AinPog7S0voB6cxZthbmjixDZ/AAj RDK4oSo5mbG7/g== X-Received: by 10.98.214.90 with SMTP id r87mr4695575pfg.204.1495038399159; Wed, 17 May 2017 09:26:39 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id n24sm5396062pfb.14.2017.05.17.09.26.37 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 17 May 2017 09:26:38 -0700 (PDT) From: Yao Qi To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: GDB 7.99.91 MinGW compilation warning in tui.c References: <20170504194442.63AAF60B72@joel.gnat.com> <83mvancrze.fsf@gnu.org> <83r2zt89c8.fsf@gnu.org> Date: Wed, 17 May 2017 16:26:00 -0000 In-Reply-To: <83r2zt89c8.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 13 May 2017 11:11:35 +0300") Message-ID: <86k25f8n5w.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00403.txt.bz2 Eli Zaretskii writes: > Thanks, pushed. Hi Eli, Did you push it to 8.0 branch? I think we need it in 8.0 branch. --=20 Yao (=E9=BD=90=E5=B0=A7)