mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 08:44:33 +01:00
Removed compiler warning
This commit is contained in:
parent
6061a11d36
commit
b3c72b9a02
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue