Silence 3 warnings for non sqlite builds
authorAndrea Corallo <acorallo@gnu.org>
Sun, 19 May 2024 12:50:39 +0000 (14:50 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Sun, 19 May 2024 12:54:10 +0000 (14:54 +0200)
* lisp/emacs-lisp/multisession.el (sqlite-commit)
(sqlite-transaction, sqlite-rollback): Declare.

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)