Skip to content

Commit

Permalink
Fix GCC's "ISO C90 forbids mixed declarations and code"
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Jul 20, 2021
1 parent e9f02c9 commit 7d3d7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/libmariadb/misc.c
Expand Up @@ -1063,9 +1063,9 @@ void *remote_plugin;
static int test_remote1(MYSQL *mysql)
{
int rc;
SKIP_SKYSQL;
MYSQL_RES *res;
MYSQL_ROW row;
SKIP_SKYSQL;

remote_plugin= (void *)mysql_client_find_plugin(mysql, "remote_io", MARIADB_CLIENT_REMOTEIO_PLUGIN);
if (!remote_plugin)
Expand Down

0 comments on commit 7d3d7c5

Please sign in to comment.