From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#43892: [PATCH] Native comp: fix compilation warnings Date: Mon, 12 Oct 2020 07:05:31 +0000 Message-ID: References: <306152990.137422.1602282958454@ichabod.co-bxl> <1749446071.142449.1602292798440@ichabod.co-bxl> Reply-To: Andrea Corallo Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16075"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: leungbk@mailfence.com To: 43892@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Oct 12 09:06:19 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kRruT-000459-TE for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 12 Oct 2020 09:06:17 +0200 Original-Received: from localhost ([::1]:34150 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRruS-0001pw-UO for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 12 Oct 2020 03:06:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRruF-0001nD-Ob for bug-gnu-emacs@gnu.org; Mon, 12 Oct 2020 03:06:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58215) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kRruE-0006GX-6J for bug-gnu-emacs@gnu.org; Mon, 12 Oct 2020 03:06:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kRruE-0004yl-0G for bug-gnu-emacs@gnu.org; Mon, 12 Oct 2020 03:06:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 12 Oct 2020 07:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43892 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch X-Debbugs-Original-To: Brian Leung via "Bug reports for GNU Emacs, the Swiss army knife of text editors" X-Debbugs-Original-Cc: Brian Leung , 43892@debbugs.gnu.org Original-Received: via spool by 43892-submit@debbugs.gnu.org id=B43892.160248633619068 (code B ref 43892); Mon, 12 Oct 2020 07:06:01 +0000 Original-Received: (at 43892) by debbugs.gnu.org; 12 Oct 2020 07:05:36 +0000 Original-Received: from localhost ([127.0.0.1]:41521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRrto-0004xU-7Q for submit@debbugs.gnu.org; Mon, 12 Oct 2020 03:05:36 -0400 Original-Received: from mab.sdf.org ([205.166.94.33]:49690 helo=ma.sdf.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRrtm-0004xJ-7Z for 43892@debbugs.gnu.org; Mon, 12 Oct 2020 03:05:34 -0400 Original-Received: from akrl by ma.sdf.org with local (Exim 4.92) (envelope-from ) id 1kRrtj-0004DM-Q3; Mon, 12 Oct 2020 07:05:31 +0000 In-Reply-To: <1749446071.142449.1602292798440@ichabod.co-bxl> (Brian Leung via's message of "Sat, 10 Oct 2020 03:19:58 +0200 (CEST)") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:190301 Archived-At: Brian Leung via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > Actually, I'm not sure my most recent patch is necessary. Please review this instead, which is the first one again. > Hi Brian, could you double check the patch applies and re-send it with a ChangeLog entry (see ** Commit messages in the CONTRIBUTE file)? Thanks Andrea