From: Richard Henderson <richard.henderson@linaro.org>
To: mrezanin@redhat.com, qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: Re: [PATCH] Use identical prototype for tcg_out_vec_op and tcg_out_op function
Date: Wed, 17 Mar 2021 07:29:58 -0600 [thread overview]
Message-ID: <cec740ef-b9e6-713d-ed00-3eb8ed93bda0@linaro.org> (raw)
In-Reply-To: <20210312121418.139093-1-mrezanin@redhat.com>
On 3/12/21 6:14 AM, mrezanin@redhat.com wrote:
> From: Miroslav Rezanina<mrezanin@redhat.com>
>
> There are two different versions of prototype for tcg_out_op and
> tcg_out_vec_op functions:
>
> 1) using const TCGArg *args and const int *const_args arguments
> 2) using const TCGArg args[TCG_MAX_OP_ARGS] and const int const_args[TCG_MAX_OP_ARGS]
> aguments.
>
> This duality cause warning on GCC 11 and prevent build using --enable-werror.
>
> As second version provides more information, unify functions prototypes to
> this variant.
>
> Signed-off-by: Miroslav Rezanina<mrezanin@redhat.com>
>
> --
> Note: These changes were send to mailing list before:
>
> - First sending by me using first variant
> - Several iterations sended by Philippe Mathieu-Daudé with additional fixes
> that were not accepted.
> ---
Queued.
r~
prev parent reply other threads:[~2021-03-17 13:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-12 12:14 [PATCH] Use identical prototype for tcg_out_vec_op and tcg_out_op function mrezanin
2021-03-12 18:43 ` Philippe Mathieu-Daudé
2021-03-17 13:29 ` Richard Henderson [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=cec740ef-b9e6-713d-ed00-3eb8ed93bda0@linaro.org \
--to=richard.henderson@linaro.org \
--cc=mrezanin@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.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 NNTP newsgroup(s).