X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgtn.lisp;h=e2520f80e6977bb573eefb9c4a4fd7a4014d8079;hb=872175cd9cb5b4966a36d4bd92421cc407a0355b;hp=ac9fc624c3e05bedfe8c9a3213e57cb0777e0cba;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/compiler/gtn.lisp b/src/compiler/gtn.lisp index ac9fc62..e2520f8 100644 --- a/src/compiler/gtn.lisp +++ b/src/compiler/gtn.lisp @@ -127,7 +127,9 @@ (defun return-value-efficency-note (tails) (declare (type tail-set tails)) (let ((funs (tail-set-functions tails))) - (when (policy (lambda-bind (first funs)) (> (max speed space) brevity)) + (when (policy (lambda-bind (first funs)) + (> (max speed space) + inhibit-warnings)) (dolist (fun funs (let ((*compiler-error-context* (lambda-bind (first funs)))) (compiler-note