From: simonmar Date: Tue, 11 Dec 2001 12:03:23 +0000 (+0000) Subject: [project @ 2001-12-11 12:03:23 by simonmar] X-Git-Tag: Approximately_9120_patches~420 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e4ffa112ba48239e89eddc54edb0133b7bc3b283;p=ghc-hetmet.git [project @ 2001-12-11 12:03:23 by simonmar] eliminate warnings --- diff --git a/ghc/rts/GCCompact.c b/ghc/rts/GCCompact.c index 70937f6..dfb381d 100644 --- a/ghc/rts/GCCompact.c +++ b/ghc/rts/GCCompact.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: GCCompact.c,v 1.10 2001/10/19 09:41:11 sewardj Exp $ + * $Id: GCCompact.c,v 1.11 2001/12/11 12:03:23 simonmar Exp $ * * (c) The GHC Team 2001 * @@ -510,7 +510,9 @@ static void update_fwd_compact( bdescr *blocks ) { StgPtr p, q, free; +#if 0 StgWord m; +#endif bdescr *bd, *free_bd; StgInfoTable *info; nat size; @@ -735,7 +737,9 @@ static nat update_bkwd_compact( step *stp ) { StgPtr p, free; +#if 0 StgWord m; +#endif bdescr *bd, *free_bd; StgInfoTable *info; nat size, free_blocks;