From dd9ae8593096d54180956c13b1f293bc3d546634 Mon Sep 17 00:00:00 2001 From: pp Date: Mon, 20 Jun 2005 18:17:03 +0000 Subject: - get rid of compilation warnings git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@194 455248ca-bdda-0310-9134-f4ebb693071a --- filters/php_testfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filters/php_testfilter.c') diff --git a/filters/php_testfilter.c b/filters/php_testfilter.c index dc3d8c8..ca844b3 100644 --- a/filters/php_testfilter.c +++ b/filters/php_testfilter.c @@ -39,7 +39,7 @@ _php_testfilter_tint(Imlib_Image im, HashTable* params) if (retval==HASH_KEY_IS_STRING) { zval **data; - zend_hash_get_current_data_ex(params,&data,&pos); + zend_hash_get_current_data_ex(params,(void*)&data,&pos); convert_to_long_ex(data); if (!strcmp(str_index,"red")) r=Z_LVAL_PP(data); if (!strcmp(str_index,"blue")) b=Z_LVAL_PP(data); -- cgit v1.2.3