Re: New compiler warnings in buildfarm - Mailing list pgsql-hackers

From Andres Freund
Subject Re: New compiler warnings in buildfarm
Date
Msg-id 20240731183906.uwnlfk5dngk7qgbi@awork3.anarazel.de
Whole thread Raw
In response to Re: New compiler warnings in buildfarm  (Andres Freund <andres@anarazel.de>)
Responses Re: New compiler warnings in buildfarm
List pgsql-hackers
Hi,

On 2024-07-31 11:32:56 -0700, Andres Freund wrote:
> On 2024-07-31 10:11:07 -0400, Tom Lane wrote:
> > It looks like serinus needs this fix too.
>
> Added to both.  I've forced runs for both animals, so the bf should show
> results of that soon.

I Wonder if I should also should add -Wno-clobbered to serinus' config. Afaict
-Wclobbered is pretty useless once optimizations are used. I've long added
that to my local dev environment flags because it's so noisy (which is too
bad, in theory a good warning for this would be quite helpful).

Or whether we should just do that on a project level?

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: New compiler warnings in buildfarm
Next
From: Joe Conway
Date:
Subject: Re: can we mark upper/lower/textlike functions leakproof?