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

Re: Finding out if a variable is proclaimed special



There is no such variable as *compiler-warnings* as in my first post. 
The correct method for suppressing compiler warnings is:

(let ((ccl::*suppress-compiler-warnings* t))
  (compile nil '(lambda (a b c) (* a a))))

Blaine.