stumpwm / mahogany

A stumpwm like Wayland compositor
GNU General Public License v2.0
241 stars 14 forks source link

Log: Make auto-generated log function return nothing #37

Closed sdilts closed 1 year ago

sdilts commented 1 year ago

SBCL's type checking has gotten better (and more strict), so specify in the lambda definition that nothing is returned.

Fixes #36.