fukamachi / ningle

Super micro framework for Common Lisp
http://8arrow.org/ningle/
273 stars 25 forks source link

Fix: remove unused &rest parameter #47

Closed kilianmh closed 4 months ago

kilianmh commented 4 months ago

This fixes a style-warning for unused parameter.

Now there are no style warnings on sbcl 2.4.3. Also test suites are still working.

fukamachi commented 4 months ago

Thanks!