diff --git a/src/plugins/php/weechat-php.c b/src/plugins/php/weechat-php.c index 8bad793ff..24fe40cbb 100644 --- a/src/plugins/php/weechat-php.c +++ b/src/plugins/php/weechat-php.c @@ -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,