From 24fd303c1d5f8199556a9a119ad5bcb9cc8f625b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 27 Mar 2006 11:24:48 +0000 Subject: [PATCH] elimiante a couple of warnings --- ghc/rts/Sparks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/rts/Sparks.c b/ghc/rts/Sparks.c index 98d7102..615d832 100644 --- a/ghc/rts/Sparks.c +++ b/ghc/rts/Sparks.c @@ -223,7 +223,7 @@ newSpark (StgRegTable *reg, StgClosure *p) #else StgInt -newSpark (StgRegTable *reg, StgClosure *p) +newSpark (StgRegTable *reg STG_UNUSED, StgClosure *p STG_UNUSED) { /* nothing */ return 1; -- 1.7.10.4