Comment 1 for bug 924276

Revision history for this message
Stas Boukarev (stassats) wrote : Re: Bogus style-warning caused by declarations within empty macrolet

IGNORABLE is a bound declaration, it should appear directly after the form which introduces a binding. It should be
(lambda (a)
  (declare (ignorable a))
  (symbol-macrolet ()
    :c))