[CM] CLM style warnings on Intel

Bill Schottstaedt bil@ccrma.Stanford.EDU
Wed, 4 Jul 2007 03:32:22 -0700


This is from sbcl?  Two of the "warnings" are that I'm using *name* for
a lexical variable -- I say it is none of lisp's goddamn business what
variable names I choose, and that sbcl should be fixed.  The other
has to do with eval-when -- I'll check whether it is needed in sbcl.
I think you can turn off these messages with something like:

#+sbcl (setf *compile-print* nil)
#+sbcl (setf *compile-verbose* nil)
#+sbcl (declaim (sb-ext:muffle-conditions sb-ext:compiler-note))