[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bloody warnings !



> I'va defined some functions with unused variables in it, and as usual I get
> the message
> 
> ;Compiler warnings :
> ;   Unused lexical variable K, in an anonymous lambda form inside
> LIST-DECOR.
> 
> But I would like to desactivate temporaly the printing of the warnings. So

Check out the IGNORE declaration (CLtL2, p.230).