From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.devel Subject: Strange compiler warning in `dotimes' (was: master 8f0f851: * lisp/autoarg.el: Use lexical binding.) Date: Tue, 28 Apr 2020 04:59:49 +0200 Message-ID: <87368o71sq.fsf_-_@web.de> References: <20200419004503.26161.91884@vcs0.savannah.gnu.org> <20200419004504.C65772049B@vcs0.savannah.gnu.org> <026ef78c-3c5e-4fd8-8161-0cc2cf5771c0@default> <87o8rc2w6p.fsf@web.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="115165"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:q13Gy6LE6mwLqfcIA54GQ1OTRAM= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Apr 28 05:05:50 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jTGZB-000Tr5-Sf for ged-emacs-devel@m.gmane-mx.org; Tue, 28 Apr 2020 05:05:49 +0200 Original-Received: from localhost ([::1]:40468 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTGZA-0002qr-Et for ged-emacs-devel@m.gmane-mx.org; Mon, 27 Apr 2020 23:05:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46290) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jTGTW-0001HV-N6 for emacs-devel@gnu.org; Mon, 27 Apr 2020 22:59:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jTGTW-0006LM-BQ for emacs-devel@gnu.org; Mon, 27 Apr 2020 22:59:58 -0400 Original-Received: from ciao.gmane.io ([159.69.161.202]:56734) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jTGTV-0006C4-Vp for emacs-devel@gnu.org; Mon, 27 Apr 2020 22:59:58 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jTGTS-000Nsw-By for emacs-devel@gnu.org; Tue, 28 Apr 2020 04:59:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=159.69.161.202; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/27 22:59:55 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Received-From: 159.69.161.202 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:247988 Archived-At: Michael Heerdegen writes: > The bad thing is that most people don't understand why that happens > and are just confused and wasting time. I have merged the recent Bug#39919 "Incorrect byte-compiler warning" with the respective bugs from the past (hope I did it right) - the merged report is probably a better place to continue discussing than here. Michael.