From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alan Third Newsgroups: gmane.emacs.devel Subject: Re: Emacs 28 on OSX: emacsclient.c:1415: warning: implicit declaration of function 'openat' Date: Sun, 17 Apr 2022 21:37:22 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21519"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Mattias =?iso-8859-1?Q?Engdeg=E5rd?= , Paul Eggert , emacs-devel@gnu.org To: Keith David Bershatsky Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 17 22:38:19 2022 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 1ngBf0-0005Q8-Vm for ged-emacs-devel@m.gmane-mx.org; Sun, 17 Apr 2022 22:38:19 +0200 Original-Received: from localhost ([::1]:59944 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ngBez-0008Vb-TN for ged-emacs-devel@m.gmane-mx.org; Sun, 17 Apr 2022 16:38:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56302) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngBeD-00075E-Hz for emacs-devel@gnu.org; Sun, 17 Apr 2022 16:37:29 -0400 Original-Received: from outbound.soverin.net ([2a01:4f8:fff0:65::8:228]:43907) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ngBeB-0004oZ-LF for emacs-devel@gnu.org; Sun, 17 Apr 2022 16:37:28 -0400 Original-Received: from smtp.soverin.net (unknown [10.10.3.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 4D74F1D9; Sun, 17 Apr 2022 20:37:25 +0000 (UTC) Original-Received: from smtp.soverin.net (smtp.soverin.net [10.10.4.99]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1650227844; bh=IDotdgSlc6ga9D1b1eLpOuHXchTTdaCFy5A4anmUdeM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MFcP7bSlDobkdMEIKqdAV2+np2qjME3nUAcQ/taMz62Q/9prTxIIIDrqg7snXRIQQ 9DWiPLNOB6elxa8Qcjuhg/HhNT8fW5fuBvKMbNTd71cdeVIoZqurl5vZCVOC8398iq Fq/wU4110ZGvcVMucibWpFdclUONNTQyLVnUpbrQZUfgmZqOF5PLfQ8CMro/WcSSg5 ERH7tDNwvSXvBv6triVto5KUQSGCozHjSWoJ19y1mp3ksWXDCTnFXaqhwJXQyIZrsz isWUKcfGKkJgmctYTiXuFD8v38P17W/0V7YZYTlFWj/u3H5DUzFVtqj/C5rsI3yfPO BtObkQBYMDGFw== Original-Received: from alan by faroe.holly.idiocy.org with local (Exim 4.95) (envelope-from ) id 1ngBe6-000UFu-Js; Sun, 17 Apr 2022 21:37:22 +0100 Mail-Followup-To: Alan Third , Keith David Bershatsky , Paul Eggert , Mattias =?iso-8859-1?Q?Engdeg=E5rd?= , emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=2a01:4f8:fff0:65::8:228; envelope-from=alan@idiocy.org; helo=outbound.soverin.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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:288575 Archived-At: On Sun, Apr 17, 2022 at 11:45:26AM -0700, Keith David Bershatsky wrote: > > nsterm.m: In function 'ns_parent_window_rect': > nsterm.m:737: warning: 'NSWindow' may not respond to '-convertRectToScreen:' > nsterm.m:737: warning: (Messages without a matching method signature > nsterm.m:737: warning: will be assumed to return 'id' and accept > nsterm.m:737: warning: '...' as arguments.) > nsterm.m:737: error: incompatible types in assignment Can you try emacs-29 to see if it's fixed there, please? -- Alan Third