1
0
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:
Sebastien Helleu
2007-05-21 16:11:27 +00:00
parent 7405588a6e
commit c79becdc85
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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