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 - next warning


I wrote:
Hmm, why not so:

(define (insert-char ch :: <char> #!optional (count  :: <int> 1)
		     (buffer :: <buffer> (current-buffer)))
   (invoke buffer 'insert ch count #!null))

Oops, warning returned. Why?

Same as in all warnings in gnu\jemacs\lisp\editfns.el - type of optional parameters is not used. How and where to correct it?


--
WBR, Yaroslav Kavenchuk.


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