1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

Removed compiler warning in Perl plugin on FreeBSD

This commit is contained in:
Sebastien Helleu
2008-03-08 18:02:07 +01:00
parent 69cdb6ca1c
commit 0bcb399670
+4 -2
View File
@@ -576,11 +576,13 @@ weechat_perl_debug_dump_cb (void *data, char *signal, char *type_data,
int
weechat_plugin_init (struct t_weechat_plugin *plugin)
{
#ifndef MULTIPLICITY
char *perl_args[] = { "", "-e", "0" };
#endif
weechat_perl_plugin = plugin;
#ifndef MULTIPLICITY
char *perl_args[] = { "", "-e", "0" };
perl_main = perl_alloc ();
if (!perl_main)