From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#44014: 28.0.50; Incorrect compilter warning that function is called with 2 arguments Date: Thu, 15 Oct 2020 16:34:26 +0300 Message-ID: <20201015133426.GB20257@protected.rcdrun.com> References: <87362fy5s3.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24454"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.14.0 (2020-05-02) Cc: 44014@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Oct 15 15:35:15 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 1kT3PU-0006Bk-Ln for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 15 Oct 2020 15:35:12 +0200 Original-Received: from localhost ([::1]:55728 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kT3PT-0007hD-Kc for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 15 Oct 2020 09:35:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50662) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kT3PK-0007cc-JE for bug-gnu-emacs@gnu.org; Thu, 15 Oct 2020 09:35:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43279) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kT3PK-00087g-8R for bug-gnu-emacs@gnu.org; Thu, 15 Oct 2020 09:35:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kT3PK-00063L-5O for bug-gnu-emacs@gnu.org; Thu, 15 Oct 2020 09:35:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 15 Oct 2020 13:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44014 X-GNU-PR-Package: emacs Original-Received: via spool by 44014-submit@debbugs.gnu.org id=B44014.160276887623227 (code B ref 44014); Thu, 15 Oct 2020 13:35:02 +0000 Original-Received: (at 44014) by debbugs.gnu.org; 15 Oct 2020 13:34:36 +0000 Original-Received: from localhost ([127.0.0.1]:54825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kT3Ot-00062Z-KV for submit@debbugs.gnu.org; Thu, 15 Oct 2020 09:34:35 -0400 Original-Received: from static.rcdrun.com ([95.85.24.50]:43977) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kT3Or-00062R-Ua for 44014@debbugs.gnu.org; Thu, 15 Oct 2020 09:34:34 -0400 Original-Received: from localhost ([::ffff:41.202.241.58]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002A0B38.000000005F884FE8.00005FE9; Thu, 15 Oct 2020 13:34:31 +0000 Content-Disposition: inline In-Reply-To: <87362fy5s3.fsf@gnus.org> 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:190577 Archived-At: * Lars Ingebrigtsen [2020-10-15 16:32]: > Jean Louis writes: > > > I am getting this in my opinion incorrect compiler warning. I cannot > > find myself what is wrong. It can be my own error. > > > > Compiling file /home/data1/protected/public_html/gnu.support/files/tmp/2020-10-15/rcd-mailing.el at Thu Oct 15 16:21:07 2020 > > Entering directory ‘/home/data1/protected/public_html/gnu.support/files/tmp/2020-10-15/’ > > > > In rcd-send-mailings: > > rcd-mailing.el:396:16: Warning: rcd-mailing-message called with 2 arguments, > > but accepts only 1 Disable showing Disable logging > > > > The file that gives me warning is here: > > https://gnu.support/files/tmp/2020-10-15/rcd-mailing.el > > Two arguments here: > > (dolist (option options-ids) > (rcd-mailing-message "Processing mailing list by option ID: %s" option) Thanks. Compiler warning shows different line number, is that normal?