From 3ae5a8f5940a7a19f3fb321c4ad6847ffc47719d Mon Sep 17 00:00:00 2001 From: David Botton Date: Wed, 6 Jan 2021 23:16:27 -0500 Subject: [PATCH] sbcl update --- tutorial/07-tutorial.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorial/07-tutorial.lisp b/tutorial/07-tutorial.lisp index 759247a..74f60a1 100644 --- a/tutorial/07-tutorial.lisp +++ b/tutorial/07-tutorial.lisp @@ -30,6 +30,7 @@ (set-on-resize (window body) (lambda (obj) + (declare (ignore obj)) (setf bounds-x (parse-integer (width (window body)) :junk-allowed t)) (setf bounds-y (parse-integer (height (window body)) :junk-allowed t))))