From 6311a67c7ea435349a63a94e1f308d64b606ae64 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 19 May 2009 02:08:25 +0000 Subject: [PATCH] DARWIN sync wibble. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9926 --- memcheck/mc_leakcheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memcheck/mc_leakcheck.c b/memcheck/mc_leakcheck.c index a10a842427..6f642feb92 100644 --- a/memcheck/mc_leakcheck.c +++ b/memcheck/mc_leakcheck.c @@ -704,7 +704,7 @@ lc_scan_memory(Addr start, SizeT len, Bool is_prior_definite, Int clique) // Process the mark stack until empty. static void lc_process_markstack(Int clique) { - Int top; + Int top = -1; // shut gcc up Bool is_prior_definite; while (lc_pop(&top)) { -- 2.47.3