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

php: fix compiler warning (issue #128)

This commit is contained in:
Sébastien Helleu
2018-01-05 14:59:08 +01:00
parent e87f2e6a46
commit bab307bf1b
+4
View File
@@ -642,6 +642,10 @@ weechat_php_load (const char *filename, const char *code)
{
zend_file_handle file_handle;
/* make C compiler happy */
/* TODO: implement load of code in PHP */
(void) code;
if ((weechat_php_plugin->debug >= 2) || !php_quiet)
{
weechat_printf (NULL,