From: Sascha Schumann Date: Thu, 18 May 2000 12:07:15 +0000 (+0000) Subject: Kill warnings X-Git-Tag: php-4.0.0~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86c03cceb0d1f8dcdcc92d3109f95bb6f9359450;p=php Kill warnings --- diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index c023c6e16f..67e015e09f 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -319,8 +319,10 @@ ZEND_API int zend_set_memory_limit(unsigned int memory_limit) ZEND_API void start_memory_manager(ALS_D) { +#if 0 int i, j; void *cached_entries[MAX_CACHED_MEMORY][MAX_CACHED_ENTRIES]; +#endif AG(phead) = AG(head) = NULL;