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: Po Lu
Subject: Re: Emacs 28 on OSX: emacsclient.c:1415: warning: implicit declaration of function 'openat'
Date: Tue, 26 Apr 2022 08:10:52 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Alan Third <alan@idiocy.org> writes:

> 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?

That could cause other data to be silently leaked without a warning
message, in contrast to what we have now, since presumably the
"toplevel" autorelease pool will only be released when the program
exits.


reply via email to

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