[CM] CLM style warnings on Intel
Bill Schottstaedt
bil at ccrma.Stanford.EDU
Wed Jul 4 03:32:22 PDT 2007
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))
More information about the Cmdist
mailing list