lightning
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] lib/jit_disasm.c: fix build


From: Paulo César Pereira de Andrade
Subject: Re: [PATCH] lib/jit_disasm.c: fix build
Date: Tue, 20 Dec 2022 07:44:51 -0300

Em seg., 19 de dez. de 2022 às 19:55, Fabrice Fontaine
<fontaine.fabrice@gmail.com> escreveu:

  Hi Fabrice,

  Patch committed.

> Fix the following build failure raised since
> http://git.savannah.gnu.org/cgit/lightning.git/commit/?id=837c7a1e8d08fb9294578dc84694077f4d6106f9:
>
> jit_disasm.c: In function 'fprintf_styled':
> jit_disasm.c:57:27: error: parameter name omitted
>    57 | static int fprintf_styled(void *, enum disassembler_style, const 
> char* fmt, ...)
>       |                           ^~~~~~
> jit_disasm.c:57:35: error: parameter name omitted
>    57 | static int fprintf_styled(void *, enum disassembler_style, const 
> char* fmt, ...)
>       |                                   ^~~~~~~~~~~~~~~~~~~~~~~
>
> Fixes:
>  - 
> http://autobuild.buildroot.org/results/e15e01e98e0d8c873efd3f512b671d98e4daf6c0
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  lib/jit_disasm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/jit_disasm.c b/lib/jit_disasm.c
> index 58a269b..68c966d 100644
> --- a/lib/jit_disasm.c
> +++ b/lib/jit_disasm.c
> @@ -54,7 +54,7 @@ static FILE                    *disasm_stream;
>  #endif
>
>  #if BINUTILS_2_38
> -static int fprintf_styled(void *, enum disassembler_style, const char* fmt, 
> ...)
> +static int fprintf_styled(void * stream, enum disassembler_style style, 
> const char* fmt, ...)
>  {
>    va_list args;
>    int r;
> --
> 2.35.1

Thanks,
Paulo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]