[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compiler warnings
- To: info-mcl
- Subject: Compiler warnings
- From: caw@cs.mu.OZ.AU (Chris Wright)
- Date: 23 Nov 91 11:38:30 GMT
- Keywords: Compiler Warnings
- Newsgroups: comp.lang.lisp, comp.lang.lisp.mcl
- Organization: Computer Science, University of Melbourne, Australia
- Summary: How to turn somw warnings off
I have an application (in MCL 2.something - latest patch). It works fine
but the compiler warnings are driving me KNUTZ.
;Compiler warnings :
; Unused lexical variable Foo, in an anonymous lambda form.
I've tried (setq *compiler-warnings nil).
What's the trick... I KNOW Foo is unused...I"m going to use it later.
Thanks for any help
cheers
chris