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