[xiph-commits] r13439 - experimental/moritz/xalloc
moritz at svn.xiph.org
moritz at svn.xiph.org
Sat Aug 4 10:09:19 PDT 2007
Author: moritz
Date: 2007-08-04 10:09:19 -0700 (Sat, 04 Aug 2007)
New Revision: 13439
Modified:
experimental/moritz/xalloc/xalloc.c
Log:
Xalloc shouldn't warn.
Modified: experimental/moritz/xalloc/xalloc.c
===================================================================
--- experimental/moritz/xalloc/xalloc.c 2007-08-04 17:04:50 UTC (rev 13438)
+++ experimental/moritz/xalloc/xalloc.c 2007-08-04 17:09:19 UTC (rev 13439)
@@ -96,7 +96,9 @@
static unsigned int debug_level = 0;
static FILE *debug_output = NULL;
+#ifdef XALLOC_DEBUG
static unsigned int xalloc_next_id = 0;
+#endif
static int xalloc_initialized = 0;
static size_t xalloc_allocated;
static size_t xalloc_total;
More information about the commits
mailing list