mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
Removed compile warning in Perl script plugin
This commit is contained in:
@@ -178,7 +178,7 @@ weechat_perl_exec (t_weechat_plugin *plugin,
|
||||
if (SvTRUE (ERRSV))
|
||||
{
|
||||
plugin->print_server (plugin, "Perl error: %s", SvPV_nolen (ERRSV));
|
||||
POPs; /* poping the 'undef' */
|
||||
(void) POPs; /* poping the 'undef' */
|
||||
mem_err = 0;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user