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

Removed compiler warning

This commit is contained in:
Michael Widenius
2010-12-05 19:46:39 +02:00
parent 6061a11d36
commit b3c72b9a02

View File

@ -271,7 +271,7 @@ fprint_copyright(FILE *file)
int
main(int argc, char **argv __attribute__((unused)))
{
CHARSET_INFO ncs;
struct charset_info_st ncs;
CHARSET_INFO *cs;
char filename[256];
FILE *f= stdout;