From: Andrea Corallo Date: Tue, 9 Jul 2024 19:17:48 +0000 (+0200) Subject: * test/src/sqlite-tests.el (sqlite-execute-batch): Declare to wave warning. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91a08e32df80f705fddf859ca108ee100e6f2667;p=emacs.git * test/src/sqlite-tests.el (sqlite-execute-batch): Declare to wave warning. (cherry picked from commit 871585db4ca71371e577e521d94caacc1b473e59) --- diff --git a/test/src/sqlite-tests.el b/test/src/sqlite-tests.el index e87a5fc77b1..1a887c3a730 100644 --- 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))