1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

Remove compilation warning about unused variables in perl plugin

This commit is contained in:
Sebastien Helleu
2008-09-22 07:45:17 +02:00
parent f9722d4b23
commit 1129a1f3e5
+2
View File
@@ -628,6 +628,8 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
#ifdef PERL_SYS_INIT3
int a = perl_args_count;
char *perl_env[] = {};
(void) a;
(void) perl_env;
PERL_SYS_INIT3 (&a, (char ***)&perl_args, (char ***)&perl_env);
#endif