On May 18, 2006, at 7:14 PM, David A Thompson wrote:
In short, how does one suppress compiler error warnings in the SLIME REPL (I'm using SLIME with SBCL)? This issue arose in the context of a program which
You might try: (declaim (sb-ext:muffle-conditions sb-ext:compiler-note))
As described in: http://sourceforge.net/mailarchive/message.php?msg_id=14321360
best, -Hazen