all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* New compiler warning
       [not found] <87v89sgdnh.fsf.ref@yahoo.com>
@ 2023-11-24  1:09 ` Po Lu
  2023-11-24  7:32   ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Po Lu @ 2023-11-24  1:09 UTC (permalink / raw)
  To: emacs-devel

Compiling a build without SQlite has lately started to yield this
warning:

In end of data:
emacs-lisp/multisession.el: Warning: the function ‘sqlite-rollback’ is not known to be defined.

I don't see any call to that function in multisession.el, so my
hypothesis is it's being called by a macro which does not take
precautions for Emacs builds absent that function.  Would someone please
address this?



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: New compiler warning
  2023-11-24  1:09 ` New compiler warning Po Lu
@ 2023-11-24  7:32   ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-11-24  7:32 UTC (permalink / raw)
  To: Po Lu; +Cc: emacs-devel

> From: Po Lu <luangruo@yahoo.com>
> Date: Fri, 24 Nov 2023 09:09:54 +0800
> 
> Compiling a build without SQlite has lately started to yield this
> warning:
> 
> In end of data:
> emacs-lisp/multisession.el: Warning: the function ‘sqlite-rollback’ is not known to be defined.
> 
> I don't see any call to that function in multisession.el, so my
> hypothesis is it's being called by a macro which does not take
> precautions for Emacs builds absent that function.  Would someone please
> address this?

I've tried to fix that on the release branch, please test.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-24  7:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87v89sgdnh.fsf.ref@yahoo.com>
2023-11-24  1:09 ` New compiler warning Po Lu
2023-11-24  7:32   ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.