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
Compiler warning fixes
This commit is contained in:
@@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
#include "my_test.h"
|
||||
|
||||
static int test_conc_173(MYSQL *my)
|
||||
static int test_conc_173(MYSQL *unused __attribute__((unused)))
|
||||
{
|
||||
MYSQL mysql;
|
||||
int arg;
|
||||
|
Reference in New Issue
Block a user