emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 28 on OSX: emacsclient.c:1415: warning: implicit declaration o


From: Alan Third
Subject: Re: Emacs 28 on OSX: emacsclient.c:1415: warning: implicit declaration of function 'openat'
Date: Mon, 25 Apr 2022 19:07:47 +0100

On Mon, Apr 25, 2022 at 06:30:13PM +0800, Po Lu wrote:
> Alan Third <alan@idiocy.org> writes:
> 
> > Hi, is there any reason the creation of the autorelease pool in
> > emacs.c's main function couldn't just be moved to before dumping
> > occurs?
> 
> It's created before `ns_init_locale' is called, since that needs an
> autorelease pool to be present.

I know that. I'm asking if there's a reason we can't move it to the
top of the function since we now have other functions that need an
autorelease pool to be present?
-- 
Alan Third



reply via email to

[Prev in Thread] Current Thread [Next in Thread]