Re: headerscheck warnings with late-model gcc - Mailing list pgsql-hackers

From Tom Lane
Subject Re: headerscheck warnings with late-model gcc
Date
Msg-id 1440669.1754507496@sss.pgh.pa.us
Whole thread Raw
In response to Re: headerscheck warnings with late-model gcc  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
Peter Eisentraut <peter@eisentraut.org> writes:
> On 05.08.25 20:09, Tom Lane wrote:
>> Curiously, no such complaints appear with cpluspluscheck (which is
>> using g++ 15.1.1).  I don't really understand why not ...

> -Wmissing-variable-declarations is added by us as of PG18 (commit 
> 66188912566).  It's available since gcc 14 and doesn't exist for C++.

Oh!  Okay, that explains the lack of messages, but it still seems
like an odd omission.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: fix ancient typo in transformRelOptions()
Next
From: Florents Tselai
Date:
Subject: Re: encode/decode support for base64url