One thought on “At the conference MIke mentioned how to stop…”

  1. if you mean when calling e.g. a post-gen function, then you can put something like this at the top of your file: (proclaim ‘(special +my-piece+)) then any reference to +my-piece+ in that source file will not trigger a warning. Or within a single function, your first line of code in the body should be (declare (special +my-piece+))

Leave a Reply

Your email address will not be published. Required fields are marked *