From 90305ec4c4f39aaf0779ef94ad07a23659e324a1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 2 Oct 2024 13:53:06 -0300 Subject: tests/functional/streq.c: Explicitly ignore unused `errmsg` argument --- tests/functional/streq.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/functional') diff --git a/tests/functional/streq.c b/tests/functional/streq.c index bbf3763..70a6aa8 100644 --- a/tests/functional/streq.c +++ b/tests/functional/streq.c @@ -23,6 +23,7 @@ sqlite3_extension_init( const sqlite3_api_routines *const api ) { SQLITE_EXTENSION_INIT2(api); + (void)errmsg; return sqlite3_create_function( db, "streq", -- cgit v1.2.3