You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Fix compiler warning in unittest/misc.c
This commit is contained in:
@@ -1628,7 +1628,7 @@ static int test_ext_field_attr(MYSQL *mysql)
|
|||||||
return OK;
|
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);
|
MYSQL *mysql= mysql_init(NULL);
|
||||||
const char *disabled_version= "TLSv1.0";
|
const char *disabled_version= "TLSv1.0";
|
||||||
|
Reference in New Issue
Block a user