From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: Byte compilation warnings in cc-mode.el Date: Sun, 16 Feb 2020 12:29:52 +0000 Message-ID: <20200216122952.GA29449@ACM> References: <834kvtpjbx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="74555"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.10.1 (2018-07-13) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 16 13:31:07 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 1j3J4l-000JKG-Iq for ged-emacs-devel@m.gmane-mx.org; Sun, 16 Feb 2020 13:31:07 +0100 Original-Received: from localhost ([::1]:60338 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3J4k-0007LI-KJ for ged-emacs-devel@m.gmane-mx.org; Sun, 16 Feb 2020 07:31:06 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52210) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3J3j-0006mI-So for emacs-devel@gnu.org; Sun, 16 Feb 2020 07:30:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3J3i-0008Fq-SV for emacs-devel@gnu.org; Sun, 16 Feb 2020 07:30:03 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:21899 helo=mail.muc.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1j3J3i-0008D5-J1 for emacs-devel@gnu.org; Sun, 16 Feb 2020 07:30:02 -0500 Original-Received: (qmail 60946 invoked by uid 3782); 16 Feb 2020 12:29:59 -0000 Original-Received: from acm.muc.de (p4FE15311.dip0.t-ipconnect.de [79.225.83.17]) by colin.muc.de (tmda-ofmipd) with ESMTP; Sun, 16 Feb 2020 13:29:58 +0100 Original-Received: (qmail 29492 invoked by uid 1000); 16 Feb 2020 12:29:52 -0000 Content-Disposition: inline In-Reply-To: <834kvtpjbx.fsf@gnu.org> X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 193.149.48.1 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:244964 Archived-At: Hello, Eli. On Fri, Feb 14, 2020 at 12:13:54 +0200, Eli Zaretskii wrote: > On the master branch: > ELC progmodes/cc-mode.elc > In c-init-language-vars-for: > progmodes/cc-mode.el:205:13: Warning: `c-last-open-c-comment-start-on-line-re' > is an obsolete variable (as of 5.35); use > `c-open-c-comment-on-logical-line-re' instead. > progmodes/cc-mode.el:199:20: Warning: `c-last-open-c-comment-start-on-line-re' > is an obsolete variable (as of 5.35); use > `c-open-c-comment-on-logical-line-re' instead. > progmodes/cc-mode.el:200:20: Warning: `c-last-open-c-comment-start-on-line-re' > is an obsolete variable (as of 5.35); use > `c-open-c-comment-on-logical-line-re' instead. > progmodes/cc-mode.el:201:20: Warning: `c-last-open-c-comment-start-on-line-re' > is an obsolete variable (as of 5.35); use > `c-open-c-comment-on-logical-line-re' instead. > progmodes/cc-mode.el:202:20: Warning: `c-last-open-c-comment-start-on-line-re' > is an obsolete variable (as of 5.35); use > `c-open-c-comment-on-logical-line-re' instead. > progmodes/cc-mode.el:203:20: Warning: `c-last-open-c-comment-start-on-line-re' > is an obsolete variable (as of 5.35); use > `c-open-c-comment-on-logical-line-re' instead. > progmodes/cc-mode.el:204:20: Warning: `c-last-open-c-comment-start-on-line-re' > is an obsolete variable (as of 5.35); use > `c-open-c-comment-on-logical-line-re' instead. Yes. This wasn't a good idea. I've completely removed the variables causing the trouble, committing to the emacs-27 branch (fixing a bug-fix). Funnily enough, compiling from the command line didn't produce these warnings. -- Alan Mackenzie (Nuremberg, Germany).