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: Acknowledgement (28.0.50; Incorrect compiler warning that function is called with 2 arguments) Date: Thu, 15 Oct 2020 16:32:57 +0300 Message-ID: <20201015133257.GA20257@protected.rcdrun.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18268"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.14.0 (2020-05-02) To: 44014@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Oct 15 15:34:10 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 1kT3OU-0004ew-4f for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 15 Oct 2020 15:34:10 +0200 Original-Received: from localhost ([::1]:52798 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kT3OT-0006UL-3N for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 15 Oct 2020 09:34:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50306) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kT3OM-0006U0-2Y for bug-gnu-emacs@gnu.org; Thu, 15 Oct 2020 09:34:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43275) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kT3OL-00080m-Pe for bug-gnu-emacs@gnu.org; Thu, 15 Oct 2020 09:34:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kT3OL-00061a-L0 for bug-gnu-emacs@gnu.org; Thu, 15 Oct 2020 09:34:01 -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:34:01 +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.160276878323087 (code B ref 44014); Thu, 15 Oct 2020 13:34:01 +0000 Original-Received: (at 44014) by debbugs.gnu.org; 15 Oct 2020 13:33:03 +0000 Original-Received: from localhost ([127.0.0.1]:54821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kT3NP-00060J-BI for submit@debbugs.gnu.org; Thu, 15 Oct 2020 09:33:03 -0400 Original-Received: from static.rcdrun.com ([95.85.24.50]:44937) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kT3NO-00060C-AV for 44014@debbugs.gnu.org; Thu, 15 Oct 2020 09:33:02 -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.000000005F884F8C.00005FB0; Thu, 15 Oct 2020 13:33:00 +0000 Content-Disposition: inline In-Reply-To: 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:190576 Archived-At: The real error is on line 360, but the compiler warning is showing error on line 397. It is still incorrect.