public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Per Bothner <per@bothner.com>
To: Damien Mattei <damien.mattei@gmail.com>,
	kawa mailing list <kawa@sourceware.org>
Subject: Re: warning of missing declaration function but code works
Date: Mon, 2 Oct 2023 01:38:31 -0700	[thread overview]
Message-ID: <a857e4e2-1df6-6593-876b-0d7bda45a51f@bothner.com> (raw)
In-Reply-To: <CADEOadeU3mGEBjpuTY+7R4_ymsJ_7WuunmhVkVUmavn-ne36hg@mail.gmail.com>



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/

  reply	other threads:[~2023-10-02  8:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-02  6:44 Damien Mattei
2023-10-02  8:38 ` Per Bothner [this message]
2023-10-02  8:56   ` Damien Mattei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a857e4e2-1df6-6593-876b-0d7bda45a51f@bothner.com \
    --to=per@bothner.com \
    --cc=damien.mattei@gmail.com \
    --cc=kawa@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).