* 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
Reference in a new issue