]> git.eshelyaron.com Git - emacs.git/commitdiff
Silence 3 warnings for non sqlite builds
authorAndrea Corallo <acorallo@gnu.org>
Sun, 19 May 2024 12:50:39 +0000 (14:50 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 07:42:36 +0000 (09:42 +0200)
* lisp/emacs-lisp/multisession.el (sqlite-commit)
(sqlite-transaction, sqlite-rollback): Declare.

(cherry picked from commit 931663f1236fafce18022455b4e4e7a0c7f22c2c)

lisp/emacs-lisp/multisession.el

index 8299e3dffccaf29f55759bed8f202729b89ce3dd..b7bc5536f7820fc96bbb046aca783544d2b3494b 100644 (file)
@@ -137,6 +137,9 @@ DOC should be a doc string, and ARGS are keywords as applicable to
 (declare-function sqlite-select "sqlite.c")
 (declare-function sqlite-open "sqlite.c")
 (declare-function sqlite-pragma "sqlite.c")
+(declare-function sqlite-commit "sqlite.c")
+(declare-function sqlite-transaction "sqlite.c")
+(declare-function sqlite-rollback "sqlite.c")
 
 (defvar multisession--db nil)