[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New compiler warning
From: |
Po Lu |
Subject: |
New compiler warning |
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?
- New compiler warning,
Po Lu <=