mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
register keyword c++17 warning
This commit is contained in:
committed by
Marko Mäkelä
parent
39a4985520
commit
7b2bdd8984
@@ -3133,7 +3133,7 @@ static int
|
||||
com_help(String *buffer __attribute__((unused)),
|
||||
char *line __attribute__((unused)))
|
||||
{
|
||||
reg1 int i, j;
|
||||
int i, j;
|
||||
char * help_arg= strchr(line,' '), buff[32], *end;
|
||||
if (help_arg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user