add declare ignores

This commit is contained in:
David Botton 2022-07-18 22:58:52 -04:00
parent 25a9462f1f
commit 1cf6758abb
7 changed files with 22 additions and 11 deletions

View file

@ -141,6 +141,7 @@
(results-window app "select tbl_name as 'Table', sql as SQL from sqlite_master where type='table'"
:title "Click for Table"
:on-click-row (lambda (obj names data)
(declare (ignore obj names))
(results-window app
(format nil "select rowid,* from ~A"
(car data))