All warnings removed.

Minimal changes to remove warnings when compiling.
This commit is contained in:
Johan Wikman
2015-09-25 14:07:19 +03:00
parent 1e694a6c7d
commit 9efad8727a
4 changed files with 10 additions and 10 deletions

View File

@ -2261,7 +2261,7 @@ char *create_auth_fail_str(
}
else if(errcode == MYSQL_FAILED_AUTH_SSL)
{
sprintf(errstr, ferrstr);
sprintf(errstr, "%s", ferrstr);
}
else
{