mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 12:26:40 +02:00
php: fix compilation warning about unused arguments
This commit is contained in:
@@ -5447,6 +5447,10 @@ static void
|
||||
forget_hash_entry (HashTable *ht, INTERNAL_FUNCTION_PARAMETERS)
|
||||
{
|
||||
#if PHP_VERSION_ID >= 80000
|
||||
/* make C compiler happy */
|
||||
(void) ht;
|
||||
(void) execute_data;
|
||||
|
||||
RETURN_FALSE;
|
||||
#else
|
||||
zend_string *class_name;
|
||||
|
||||
Reference in New Issue
Block a user