From: Jan Lehnardt Date: Sat, 14 Feb 2004 17:31:00 +0000 (+0000) Subject: - silence warning X-Git-Tag: RELEASE_0_2_0~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=905f4e98a2eb4a794a6b09ab4a43398f9b054ed1;p=php - silence warning --- diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index 1164b45881..56e79025ab 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -382,7 +382,7 @@ static void tidy_object_new(zend_class_entry *class_type, zend_object_handlers * break; } - retval->handle = zend_objects_store_put(intern, NULL, tidy_object_free_storage, NULL TSRMLS_CC); + retval->handle = zend_objects_store_put(intern, NULL, (zend_objects_free_object_storage_t) tidy_object_free_storage, NULL TSRMLS_CC); retval->handlers = handlers; }