summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-18 12:07:15 +0000
committerSascha Schumann <sas@php.net>2000-05-18 12:07:15 +0000
commit86c03cceb0d1f8dcdcc92d3109f95bb6f9359450 (patch)
treef5617f8c3b9fcb0946f258c2e22aefb298735d7d
parent1596e646fc78b9ce9f670bfb617f17432a9fef39 (diff)
downloadphp-git-86c03cceb0d1f8dcdcc92d3109f95bb6f9359450.tar.gz
Kill warnings
-rw-r--r--Zend/zend_alloc.c2
1 files changed, 2 insertions, 0 deletions
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;