From: Simon Marlow Date: Mon, 27 Mar 2006 11:24:48 +0000 (+0000) Subject: elimiante a couple of warnings X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=24fd303c1d5f8199556a9a119ad5bcb9cc8f625b;p=ghc-hetmet.git elimiante a couple of warnings --- 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;