This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error messages during load of .scm file


On 24 May 2003, Per Bothner <per@bothner.com> wrote: 
> > #|kawa:1|# (load "n_kawa.scm") ; n_kawa.scm load around 30 .scm files
> > oref.scm:1386:47: warning - cannot convert void to gnu.mapping.Procedure
> > oref.scm:1393:41: warning - cannot convert void to gnu.mapping.Procedure
> > oref.scm:1399:47: warning - cannot convert void to gnu.mapping.Procedure
> > oref.scm:1406:41: warning - cannot convert void to gnu.mapping.Procedure
> > java.lang.VerifyError: (class: atInteractiveLevel, method: lambda1 signature: (Ljava/lang/Object;)Ljava/lang/Object;) Incompatible type for getting or setting field
> 
> Have you looked at and around line 1386, column 47, in oref.scm?

Yes. These are the 4 case-expressions without else.
Have I misunderstood you? I thought I can ignore this warning.
Do I have to eliminate the cause of these warnings?

Sven


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]