From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127908 invoked by alias); 21 Apr 2017 14:18:31 -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 127885 invoked by uid 89); 21 Apr 2017 14:18:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:233 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 21 Apr 2017 14:18:29 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DF454E7484; Fri, 21 Apr 2017 14:18:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com DF454E7484 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jan.kratochvil@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com DF454E7484 Received: from host1.jankratochvil.net (ovpn-117-182.ams2.redhat.com [10.36.117.182]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B21E780DE9; Fri, 21 Apr 2017 14:18:26 +0000 (UTC) Date: Fri, 21 Apr 2017 14:18:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: gdb-patches@sourceware.org, Joel Brobecker , Sergio Durigan Junior Subject: [commit+8.0] [patch+8.0] release branch: Fix: --enable-werror Message-ID: <20170421141823.GA19158@host1.jankratochvil.net> References: <20170421085204.GA5501@host1.jankratochvil.net> <5365d856-2d9d-9017-a133-2499ba644e9d@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5365d856-2d9d-9017-a133-2499ba644e9d@redhat.com> User-Agent: Mutt/1.8.0 (2017-02-23) X-SW-Source: 2017-04/txt/msg00610.txt.bz2 On Fri, 21 Apr 2017 16:03:50 +0200, Pedro Alves wrote: > OK. master: 0d4c07afb1e5e37e8e296858f8b14a3b4adf950b 8.0: b2e445cf19788caa3640e8cfacab82995d2b1d13 Thanks, Jan