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


Per Bothner wrote:
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

:))


kawa\gnu\commonlisp\lisp\PrimOps.scm:121:
(define (arrayp x) :: <clisp:boolean>

kawa\gnu\commonlisp\lisp\PrimOps.scm:141:
(define (stringp x) <clisp:boolean>

May be need insert :: before type?


Thanks!

--
WBR, Yaroslav Kavenchuk.


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