mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Silence a warning under Solaris 8 (WorkShop Compilers 5.0 98/12/15 C 5.0).
This commit is contained in:
@@ -52,7 +52,7 @@ PHPAPI void php_remove_tick_function(void (*func)(int))
|
||||
{
|
||||
TSRMLS_FETCH();
|
||||
|
||||
zend_llist_del_element(&PG(tick_functions), func,
|
||||
zend_llist_del_element(&PG(tick_functions), (void *)func,
|
||||
(int(*)(void*, void*))php_compare_tick_functions);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user