This is the mail archive of the kawa@sourceware.org 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: Kawa build warnings


Yaroslav Kavenchuk wrote:
Working with them is the point?

Not sure what that question means.


Yes, ideally there shouldn't be any warnings.  Mostly, they
mean the compiler doesn't have enough information (at compile-time)
to select the right method, so it defers it to run-time.

The following two should probably be fixed first.

C:\JVM\kawa\gnu\commonlisp\lisp\PrimOps.scm:121:20: warning - no known slot 'boolean>' in java.lang.Object
C:\JVM\kawa\gnu\commonlisp\lisp\PrimOps.scm:141:21: warning - no known slot 'boolean>' in java.lang.Object
--
--Per Bothner
per@bothner.com http://per.bothner.com/



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