1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix warnings

This commit is contained in:
Vladislav Vaintroub
2018-01-07 11:37:38 +00:00
parent 7a01e64c3a
commit a603b46593
3 changed files with 3 additions and 3 deletions

View File

@@ -2079,7 +2079,7 @@ uint get_sql_xid(XID *xid, char *buf)
MY_INT64_NUM_DECIMAL_DIGITS, -10, xid->formatID);
}
return buf - orig_buf;
return (uint)(buf - orig_buf);
}