<div dir="ltr"><div>Something like this (untested): </div><div><br></div><div><font face="monospace, monospace">(handler-bind</font></div><div><font face="monospace, monospace">  ((ccl:compiler-warning</font></div><div><font face="monospace, monospace">    (lambda (c)</font></div><div><font face="monospace, monospace">      (when (eq (ccl::compiler-warning-warning-type c) :unused)</font></div><div><font face="monospace, monospace">        (muffle-warning c)))))</font></div><div><font face="monospace, monospace"> (compile-my-system))</font></div><div><font face="monospace, monospace"><br></font></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 17, 2016 at 1:43 PM, Zach Beane <span dir="ltr"><<a href="mailto:xach@xach.com" target="_blank">xach@xach.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Is there an easy way to muffle "unused lexical variable" notices during compilation? I know they are useful, but I am working on a project that has more important warnings to deal with, so the lexical variable notices are obscuring things. <span class="HOEnZb"><font color="#888888"><div><br><div>Zach</div><div><br></div></div></font></span></div>
<br>______________________________<wbr>_________________<br>
Openmcl-devel mailing list<br>
<a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>
<a href="https://lists.clozure.com/mailman/listinfo/openmcl-devel" rel="noreferrer" target="_blank">https://lists.clozure.com/<wbr>mailman/listinfo/openmcl-devel</a><br>
<br></blockquote></div><br></div>