From: Michael Tremer <michael.tremer@ipfire.org>
To: location@lists.ipfire.org
Subject: Re: Warning in '__loc_network_tree_count()'
Date: Sat, 04 Mar 2023 10:51:42 +0000 [thread overview]
Message-ID: <34085602-5207-4A22-9C9D-34292A3A3344@ipfire.org> (raw)
In-Reply-To: <5474f77e-e2a8-16d9-6c27-28c976dbebbd@online.no>
[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]
Hello Gisle,
Thanks for your email.
> On 4 Mar 2023, at 10:44, Gisle Vanem <gvanem(a)online.no> wrote:
>
> Hello list.
>
> Compiling with 'clang-cl' on Windows-10, I saw this
> important warning:
> network.c(796,10): warning: variable 'counter' set but not used [-Wunused-but-set-variable]
> size_t* counter = (size_t*)data;
> ^
>
> So shouldn't the function be:
>
> static int __loc_network_tree_count(struct loc_network* network, void* data) {
> size_t* counter = (size_t*)data;
>
> // Increase the counter for each network
> (*counter)++;
> return 0;
Yes, you are incorrect. I am incrementing the pointer when I wanted to increment the value. Probably this is an artefact from rewriting the code a few times.
But indeed this has not been a problem since the function is not being called at all in the code, and it is not being exported.
So assuming that it is not very useful, I will drop loc_network_tree_count_networks and the callback function.
Thank you for helping to improve libloc. How does it run on Windows?
Best,
-Michael
> }
>
> But I fail to see this ret-val is used for anything.
>
> BTW, disasm now is correct:
> inc qword ptr [rdx]
> xor eax,eax
> ret
>
>
> --
> --gv
next prev parent reply other threads:[~2023-03-04 10:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-04 10:44 Gisle Vanem
2023-03-04 10:51 ` Michael Tremer [this message]
2023-03-04 11:00 ` Gisle Vanem
2023-03-04 11:03 ` Michael Tremer
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=34085602-5207-4A22-9C9D-34292A3A3344@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=location@lists.ipfire.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