You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
Fix warnings on Windows
This commit is contained in:
@@ -4689,7 +4689,7 @@ static int test_str_to_int(MYSQL *mysql)
|
||||
|
||||
stmt= mysql_stmt_init(mysql);
|
||||
|
||||
rc= mysql_stmt_prepare(stmt, sql, strlen(sql));
|
||||
rc= mysql_stmt_prepare(stmt, sql, (ulong)strlen(sql));
|
||||
check_stmt_rc(rc, stmt);
|
||||
rc= mysql_stmt_execute(stmt);
|
||||
check_stmt_rc(rc, stmt);
|
||||
|
Reference in New Issue
Block a user