X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/ea578bb4b9eb4a03b2eb4ed151e058d699c216ea..502df9a219a1a8b94eca0038b1e7203b91f11a30:/src/pset-proto.lisp diff --git a/src/pset-proto.lisp b/src/pset-proto.lisp index e98c908..0c133d6 100644 --- a/src/pset-proto.lisp +++ b/src/pset-proto.lisp @@ -147,6 +147,7 @@ ;; If the caller asks for type T then give him the raw thing. (:method (value type (wanted (eql t))) + (declare (ignore type)) value)) ;;;--------------------------------------------------------------------------