Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local - Mailing list pgsql-hackers

From Tom Lane
Subject Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local
Date
Msg-id 1770491.1672760919@sss.pgh.pa.us
Whole thread Raw
In response to Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local  (Andres Freund <andres@anarazel.de>)
Responses Re: perl 5.36, C99, -Wdeclaration-after-statement -Wshadow=compatible-local
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2023-01-02 15:46:36 -0800, Andres Freund wrote:
>> I haven't seen any problems in HEAD, so I'm working on backpatching.

> And done.

It occurs to me that we should now be able to drop configure's
probe for -Wno-compound-token-split-by-macro, since that was only
needed to suppress warnings in the Perl headers.  Won't save much
of course, but every test we can get rid of is worth doing IMO.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Sascha Kuhl
Date:
Subject: Re: Stack overflow issue
Next
From: Peter Eisentraut
Date:
Subject: Re: Is OpenSSL AES-NI not available in pgcrypto?