Mailing List Archive

r3343 - trunk/varnish-cache/lib/libjemalloc
Author: des
Date: 2008-10-20 22:18:10 +0200 (Mon, 20 Oct 2008)
New Revision: 3343

Modified:
trunk/varnish-cache/lib/libjemalloc/jemalloc_linux.c
Log:
Fix warnings on Linux


Modified: trunk/varnish-cache/lib/libjemalloc/jemalloc_linux.c
===================================================================
--- trunk/varnish-cache/lib/libjemalloc/jemalloc_linux.c 2008-10-20 20:11:16 UTC (rev 3342)
+++ trunk/varnish-cache/lib/libjemalloc/jemalloc_linux.c 2008-10-20 20:18:10 UTC (rev 3343)
@@ -2029,6 +2029,7 @@
{
void *ret;

+ (void)zero; /* XXX */
assert(size != 0);
assert((size & chunksize_mask) == 0);

@@ -3045,6 +3046,7 @@
{
void *ret;

+ (void)arena; /* XXX */
assert(run->magic == ARENA_RUN_MAGIC);
assert(run->nfree > 0);