|
|||||
|
|
#1 |
|
|
particular in LispWorks, I'm getting: "Multi form multi-value-call is inefficient" I already know this, but I use this in a macro and so I'm getting quite a few warnings when I compile -- sorting through them to find any real errors is not fun. I'm hoping there is a simple DELCARE I can do to ignore it. Thanks! Jeff |
|
|
#2 |
|
|
> Is there a way to suppress warnings that the compiler spits out? In > particular in LispWorks, I'm getting: > > "Multi form multi-value-call is inefficient" This was aked not too long ago on the lisp-hug mailing list. Unfortunately, the answer is "No". (It bothers me too from time to time. It's the only warning message that I usually want to ignore.) Arthur |