From: Denis Kenzior <denkenz@gmail.com>
To: Rudi Heitbaum <rudi@heitbaum.com>, iwd@lists.linux.dev
Subject: Re: [PATCH 1/2] crypto: fix -std=c23 build failure
Date: Wed, 20 Nov 2024 11:36:48 -0600 [thread overview]
Message-ID: <471879b9-6524-41da-9e69-946aa4a78649@gmail.com> (raw)
In-Reply-To: <Zz3YsU2pn-HtWvXn@c8d99ad60702>
Hi Rudi,
On 11/20/24 6:40 AM, Rudi Heitbaum wrote:
> gcc-15 switched to -std=c23 by default:
>
> https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=55e3bd376b2214e200fa76d12b67ff259b06c212
>
> As a result `iwd` fails the build as:
>
> ../src/crypto.c:1215:24: error: incompatible types when returning type '_Bool' but 'struct l_ecc_point *' was expected
> 1215 | return false;
> | ^~~~~
>
> Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
> ---
> src/crypto.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Both applied, thanks.
Regards,
-Denis
prev parent reply other threads:[~2024-11-20 17:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-20 12:40 [PATCH 1/2] crypto: fix -std=c23 build failure Rudi Heitbaum
2024-11-20 17:36 ` Denis Kenzior [this message]
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=471879b9-6524-41da-9e69-946aa4a78649@gmail.com \
--to=denkenz@gmail.com \
--cc=iwd@lists.linux.dev \
--cc=rudi@heitbaum.com \
/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