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

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.

My function is OK and this message too...
But I would like to desactivate temporaly the printing of the warnings. So
I did the following :


(setf *FASL-COMPILER-WARNINGS* NIL)
;;before my function

and


(setf *FASL-COMPILER-WARNINGS* T)
;;after my function

Obviously, it doesn't work ? I suppose it is not the good option, but I
can't find another one that would be suitable. What is the solution (if
any) ?

Mathieu
---
Lafourcade Mathieu
GETA (Groupe d'Etude pour la Traduction Automatique)
BP 53X, 38041 GRENOBLE CEDEX, FRANCE

Lafourca@imag.fr