Commit b3c72b9a authored by Michael Widenius's avatar Michael Widenius

Removed compiler warning

parent 6061a11d
...@@ -271,7 +271,7 @@ fprint_copyright(FILE *file) ...@@ -271,7 +271,7 @@ fprint_copyright(FILE *file)
int int
main(int argc, char **argv __attribute__((unused))) main(int argc, char **argv __attribute__((unused)))
{ {
CHARSET_INFO ncs; struct charset_info_st ncs;
CHARSET_INFO *cs; CHARSET_INFO *cs;
char filename[256]; char filename[256];
FILE *f= stdout; FILE *f= stdout;
......
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