0.6.11.10:
[sbcl.git] / src / compiler / typetran.lisp
index b6ea1d8..f5ade91 100644 (file)
 (defun source-transform-intersection-typep (object type)
   ;; FIXME: This is just a placeholder; we should define a better
   ;; version by analogy with SOURCE-TRANSFORM-UNION-TYPEP.
+  (declare (ignore object type))
   nil)
 
 ;;; If necessary recurse to check the cons type.