mirror of
https://github.com/vale981/myway
synced 2025-03-05 09:51:42 -05:00
Prevent compile-time warnings.
This commit is contained in:
parent
a29c271f41
commit
7082f0a824
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
:handler fn)))
|
||||
|
||||
(defun find-route (mapper url &rest args &key method regexp name (route-class 'route) &allow-other-keys)
|
||||
(declare (ignore method regexp name))
|
||||
(car
|
||||
(member-route mapper
|
||||
(apply #'make-instance route-class
|
||||
|
|
Loading…
Add table
Reference in a new issue