Prevent compile-time warnings.

This commit is contained in:
Eitaro Fukamachi 2014-11-14 12:38:05 +09:00
parent a29c271f41
commit 7082f0a824

View file

@ -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