mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Remove compiler warnings and remove not used variables
(Found during build process)
This commit is contained in:
@@ -250,7 +250,8 @@ int main(int argc,char *argv[])
|
||||
'Unknown Error' (without regard to case).
|
||||
*/
|
||||
if (msg &&
|
||||
my_strnncoll(&my_charset_latin1, msg, 13, "Unknown Error", 13) &&
|
||||
my_strnncoll(&my_charset_latin1, (const uchar*) msg, 13,
|
||||
(const uchar*) "Unknown Error", 13) &&
|
||||
(!unknown_error || strcmp(msg, unknown_error)))
|
||||
{
|
||||
found=1;
|
||||
|
||||
Reference in New Issue
Block a user