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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user