kawa-commonlisp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Kawa-commonlisp-dev] Lambda lists


From: Per Bothner
Subject: Re: [Kawa-commonlisp-dev] Lambda lists
Date: Mon, 04 Mar 2013 17:47:57 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3

On 03/04/2013 03:44 PM, Per Bothner wrote:
There is a new bogus warning:

lambda.lisp:52:26: warning - variable 'x' may be uninitialized here

However, the same happens with this Scheme expression:

((lambda (#!rest x) x) 1 2 3)

So I'll look at that separately.

Checked in a fix for this.  This only happened when inlining a
varargs function with no fixed (non-varargs) parameters, which
is why we didn't see it before.
--
        --Per Bothner
address@hidden   http://per.bothner.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]