From: tumm
Subject: how to disable SBC style warnings
Date: 
Message-ID: <a5713093-0ae0-4628-824e-4c6ea6bd48f2@v38g2000yqb.googlegroups.com>
it might just be my programming style, but i've found the sbcl style
warnings to be somewhat verbose and unhelpful.

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