1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix warnings

This commit is contained in:
Vladislav Vaintroub
2018-02-06 14:22:15 +01:00
parent 6c279ad6a7
commit 502e2445e6
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ uint find_type2(const TYPELIB *typelib, const char *x, size_t length,
int pos;
const char *j;
DBUG_ENTER("find_type2");
DBUG_PRINT("enter",("x: '%.*s' lib: %p", length, x, typelib));
DBUG_PRINT("enter",("x: '%.*s' lib: %p", (int)length, x, typelib));
if (!typelib->count)
{