Skip to content
Permalink
Browse files
compilation warning
  • Loading branch information
vuvova committed Jul 7, 2017
1 parent 42f657c commit 5789934
Showing 1 changed file with 3 additions and 1 deletion.
@@ -122,7 +122,9 @@ typedef struct st_mysql_stmt_extension
1 could not initialize environment (out of memory or thread keys)
*/

int STDCALL mysql_server_init(int argc, char **argv, char **groups)
int STDCALL mysql_server_init(int argc __attribute__((unused)),
char **argv __attribute__((unused)),
char **groups __attribute__((unused)))
{
int result= 0;
if (!mysql_client_init)

0 comments on commit 5789934

Please sign in to comment.