projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf8d60
)
* test/src/sqlite-tests.el (sqlite-execute-batch): Declare to wave warning.
author
Andrea Corallo
<acorallo@gnu.org>
Tue, 9 Jul 2024 19:17:48 +0000
(21:17 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Wed, 10 Jul 2024 08:24:46 +0000
(10:24 +0200)
test/src/sqlite-tests.el
patch
|
blob
|
history
diff --git
a/test/src/sqlite-tests.el
b/test/src/sqlite-tests.el
index e87a5fc77b1165360a82252703bc8f1fcad4760e..1a887c3a7307abb3169351ad3fc44008754a04f0 100644
(file)
--- a/
test/src/sqlite-tests.el
+++ b/
test/src/sqlite-tests.el
@@
-37,6
+37,7
@@
(declare-function sqlite-open "sqlite.c")
(declare-function sqlite-load-extension "sqlite.c")
(declare-function sqlite-version "sqlite.c")
+(declare-function sqlite-execute-batch "sqlite.c")
(ert-deftest sqlite-select ()
(skip-unless (sqlite-available-p))