From e4ffa112ba48239e89eddc54edb0133b7bc3b283 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 11 Dec 2001 12:03:23 +0000 Subject: [PATCH] [project @ 2001-12-11 12:03:23 by simonmar] eliminate warnings --- ghc/rts/GCCompact.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- 1.7.10.4