1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Fix compiler warning in unittest/misc.c

This commit is contained in:
Georg Richter
2024-02-23 06:54:22 +01:00
parent 66569ae9a2
commit 4a74f8784d

View File

@@ -1628,7 +1628,7 @@ static int test_ext_field_attr(MYSQL *mysql)
return OK;
}
static int test_disable_tls1_0(MYSQL *my)
static int test_disable_tls1_0(MYSQL *my __attribute__((unused)))
{
MYSQL *mysql= mysql_init(NULL);
const char *disabled_version= "TLSv1.0";