fukamachi / mito

An ORM for Common Lisp with migrations, relationships and PostgreSQL support
284 stars 31 forks source link

Fix: avoid unused variable style warnings #136

Closed kilianmh closed 4 months ago

kilianmh commented 4 months ago

Some variables are removed and some are ignored.

Compiling Mito works now without style warnings on sbcl 2.4.3. The test suites are not set up on my machine so you should run the tests at least one time to make sure nothing is breaking with this change.

fukamachi commented 4 months ago

Thanks!