[cl-pdf-devel] compile warnings

Marc Battyani marc.battyani at fractalconcept.com
Fri Nov 18 10:30:35 UTC 2005


"Yaroslav Kavenchuk" <kavenchuk at jenty.by> writes:
> clisp-2.35
>
> [2]> (asdf:operate 'asdf:compile-op :cl-pdf)
> ...
> ;; Compiling file C:\CL\lib\cl-pdf\encodings.lisp ...
> WARNING in 18 29 (DEFMETHOD INITIALIZE-INSTANCE :AFTER ...)-5-1-1-1 in
> lines 18..29 :
> variable INIT-OPTIONS is not used.
> Misspelled or missing IGNORE declaration?
> ...
>
> and so on. finish:
> ...
> The following functions were used but are deprecated:
>
>  GENTEMP - This function creates symbols that cannot be
> garbage-collected. Use GENSYM instead.
> 0 errors, 22 warnings
> NIL
>
> I can insert (declare (ignore ... in these places?

Yes. But anyway the encoding stuff will change a lot as soon as I find
enough time to integrate Dmitriy's code.

Marc





More information about the cl-pdf-devel mailing list