From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18205 invoked by alias); 13 Jan 2020 19:10:56 -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 18197 invoked by uid 89); 13 Jan 2020 19:10:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 13 Jan 2020 19:10:54 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 00DJAeiJ024768 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 Jan 2020 14:10:45 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 00DJAeiJ024768 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polymtl.ca; s=default; t=1578942646; bh=V9f1M0jB4KSSGKWwqZkAcEfCViSuRceejcDtIGVSYMI=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=BsDndnsNYhCGJfFYLNV5Jk9kNUH7wz8sqgEEQR+0kLR5IsFWtZbV9cYiNxcXBFKuV CpKS/nQ3RjoqMhB7R5yZe2BuinPDkdyoWvk+zalDCvNiYXkh/V/3JVFto3C8PT+BCZ BzZtWB8PB8WpD3izBt28vP3WEfNlPNw2BSIGgppI= Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 189941E4C2; Mon, 13 Jan 2020 14:10:39 -0500 (EST) Subject: Re: [PATCH v2 0/7] Enable -Wmissing-declarations diagnostic To: Simon Marchi , Tom Tromey , Simon Marchi Cc: gdb-patches@sourceware.org References: <20200110220027.26450-1-simon.marchi@efficios.com> <87d0bqexxj.fsf@tromey.com> From: Simon Marchi Message-ID: <9f63015b-ce72-41a3-fdbf-b49ad6f523ab@polymtl.ca> Date: Mon, 13 Jan 2020 19:19:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00345.txt.bz2 On 2020-01-11 9:48 p.m., Simon Marchi wrote: > Thanks again for the tip to finish the last patch. This is v2, and v1 was > sent a while ago, so I figure that if somebody was against it, they would > have spoken up by now. So I'll rebase and push it. Sorry in advance for > the breakages on the configs I am not able to build easily. I have now pushed this series, after finding and fixing a few more problems. Simon