0.6.9.11:
[sbcl.git] / src / compiler / gtn.lisp
index ac9fc62..6795bd2 100644 (file)
 (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