mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* test/src/sqlite-tests.el (sqlite-execute-batch): Declare to wave warning.
This commit is contained in:
parent
5cf8d60e0d
commit
871585db4c
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue