Craig Lanning <[EMAIL PROTECTED]> writes:

> > [thanks for the patch, any idea when this patch will show up in a
> >  release?]

Well...  The question is when a new version will be released.
I think there's an agreement among developers that a 19a should 
be released soon, but the value of soon hasn't been determined yet :).

> >
> > On a different note: You mentioned a warning that would like to get
> > rid of.  Could you please try to make a simple test case for that?
> 
> I didn't mean a single warning.
> 
> This application generates and loads a lot of interpreted lisp code. 
> Each time it does CMUCL compiles that code as it loads.  The compiler
> produces a lot of warnings about the code that is being compiled.  I
> just want to suppress those warnings so that they don't clutter the
> output from the application.

Hm, maybe you are looking for

 (declaim (optimize (ext:inhibit-warnings 3)))

?  Dunno.

Reply via email to