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:
@ -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;
|
||||
|
Reference in New Issue
Block a user