Re: gcc 11.1.0 warnings in llvmjit_expr.c

From: Andres Freund <andres(at)anarazel(dot)de>
To: Erik Rijkers <er(at)xs4all(dot)nl>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: gcc 11.1.0 warnings in llvmjit_expr.c
Date: 2021-05-06 05:30:44
Message-ID: 20210506053044.fqrfmcblolwfjo3i@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2021-04-29 00:07:01 +0200, Erik Rijkers wrote:
> gcc 11.1.0 produces quite a litany of second thoughts when compiling llvmjit_expr.c; is there something in it?

They're wrong, but I can see why it warns - the signature choice was
weird. Pushed the fix to 13 and master.

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2021-05-06 05:31:40 Re: gcc 11.1.0 warnings in llvmjit_expr.c
Previous Message Masahiko Sawada 2021-05-06 05:24:58 Re: Replication slot stats misgivings