* test/src/sqlite-tests.el (sqlite-execute-batch): Declare to wave warning.
authorAndrea Corallo <acorallo@gnu.org>
Tue, 9 Jul 2024 19:17:48 +0000 (21:17 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Wed, 10 Jul 2024 08:24:46 +0000 (10:24 +0200)
test/src/sqlite-tests.el

index e87a5fc77b1165360a82252703bc8f1fcad4760e..1a887c3a7307abb3169351ad3fc44008754a04f0 100644 (file)
@@ -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))