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

compiler warning

This commit is contained in:
Sergei Golubchik
2017-03-25 22:44:05 +01:00
parent c042c1d8d0
commit 424c542e7f

View File

@@ -402,7 +402,7 @@ static int bulk5(MYSQL *mysql)
res= mysql_store_result(mysql);
rows= (unsigned long)mysql_num_rows(res);
diag("rows: %d", rows);
diag("rows: %lu", rows);
mysql_free_result(res);
FAIL_IF(rows != 5, "expected 5 rows");