X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/ea578bb4b9eb4a03b2eb4ed151e058d699c216ea..93348ae9e276dec213b5d543338b1e2c53a7b687:/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)) ;;;--------------------------------------------------------------------------