1
0
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:
Jon Parise
2002-03-04 20:57:36 +00:00
parent e991374db6
commit 577210441b

View File

@@ -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);
}