Warnings in RTS

Simon Marlow marlowsd at gmail.com
Mon Sep 3 12:56:01 CEST 2012


On 31/08/2012 13:57, Gabor Greif wrote:
> I am seeing these warnings:
>
> rts/Interpreter.c: In function `interpretBCO':
> rts/Interpreter.c:1410:0:  warning: value computed is not used
> rts/Interpreter.c:1411:0:  warning: value computed is not used

the first one corresponds to

	    W_ *arguments[stk_offset];  // max needed

perhaps I'm being stupid, but I can't see a value that is not used here. 
  The others look similar.

Cheers,
	Simon




More information about the Cvs-ghc mailing list