so far, i've managed to disable most of the sillier ones using
#+SBCL (DECLAIM (SB-EXT:MUFFLE-CONDITIONS CL:STYLE-WARNING))
but one remains (e.g.) "STYLE-WARNING: redefining THING->EWD in DEFUN"
can anyone tell me how to disable this warning?
thanks!
tim menzies