Commit e290d2be authored by unknown's avatar unknown

Fix compiler warnings that breaks build (-Werror).

parent 352d7cad
...@@ -568,8 +568,7 @@ ignore_db_dirs_process_additions() ...@@ -568,8 +568,7 @@ ignore_db_dirs_process_additions()
if (skip_ignored_dir_check) if (skip_ignored_dir_check)
{ {
char buff[FN_REFLEN]; char buff[FN_REFLEN];
uint buff_len; (void) tablename_to_filename(dir->str, buff, sizeof(buff));
buff_len= tablename_to_filename(dir->str, buff, sizeof(buff));
skip_ignored_dir_check= strcmp(dir->str, buff) != 0; skip_ignored_dir_check= strcmp(dir->str, buff) != 0;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment