X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fgtn.lisp;h=571d82c727fde1802c4c9406773a505ba6a94949;hb=1b650be8b800cf96e2c268ae317fb26d0bf36827;hp=4a3352f6ef173aba8ef0e8ceae2b16e8c7ec0e9b;hpb=0118ad1a3d67833723c6c237e99dbc55ec9f02ca;p=sbcl.git diff --git a/src/compiler/gtn.lisp b/src/compiler/gtn.lisp index 4a3352f..571d82c 100644 --- a/src/compiler/gtn.lisp +++ b/src/compiler/gtn.lisp @@ -137,7 +137,7 @@ inhibit-warnings)) (dolist (fun funs (let ((*compiler-error-context* (lambda-bind (first funs)))) - (compiler-note + (compiler-notify "Return value count mismatch prevents known return ~ from these functions:~ ~{~% ~A~}" @@ -150,7 +150,7 @@ (declare (ignore ignore)) (when (eq count :unknown) (let ((*compiler-error-context* (lambda-bind fun))) - (compiler-note + (compiler-notify "Return type not fixed values, so can't use known return ~ convention:~% ~S" (type-specifier rtype)))