warning of missing declaration function but code works

Damien Mattei damien.mattei@gmail.com
Mon Oct 2 08:56:21 GMT 2023


the code was in a message yesterday or before i attached (? french?) it
with other scheme there is no warning ,i suppose it is java related...
but i can not remember why.

On Mon, Oct 2, 2023 at 10:38 AM Per Bothner <per@bothner.com> wrote:
>
>
>
> On 10/1/23 23:44, Damien Mattei via Kawa wrote:
> > hello,
> > is there something to do to remove this sort of warnings on code working:
> >
> > i searched about java declaration, but instead C++ none are required/existing...
> >
> > bash-3.2$ kawa -f curly-infix2prefix.scm
> > /Users/mattei/Dropbox/git/AI_Deep_Learning/exo_retropropagationNhidden_layers_matrix_v2-curly+.rkt
> > curly-infix2prefix.scm:21:21: warning - no declaration seen for
> > process-input-code-tail-rec
>
> Well, you could use the flag --warn-undefined-variable=no
>
> However, I recommend figuring out why the warnings are being emitted, and fixing that.
> For one thing, you're likeky to get better performance if the compiler knows
> what is going on.
> --
>         --Per Bothner
> per@bothner.com   http://per.bothner.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: curly-infix2prefix.scm
Type: application/octet-stream
Size: 21370 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/kawa/attachments/20231002/6dcc4d22/attachment-0001.obj>


More information about the Kawa mailing list