From: Nicholas Nethercote Date: Tue, 19 May 2009 02:08:25 +0000 (+0000) Subject: DARWIN sync wibble. X-Git-Tag: svn/VALGRIND_3_5_0~679 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6311a67c7ea435349a63a94e1f308d64b606ae64;p=thirdparty%2Fvalgrind.git DARWIN sync wibble. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9926 --- 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)) {