]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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)
committerEshel Yaron <me@eshelyaron.com>
Thu, 11 Jul 2024 14:37:46 +0000 (16:37 +0200)
(cherry picked from commit 871585db4ca71371e577e521d94caacc1b473e59)

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))