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