Re: meson: Specify -Wformat as a common warning flag for extensions - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: meson: Specify -Wformat as a common warning flag for extensions
Date
Msg-id Zeqw9vGrYlb250aO@paquier.xyz
Whole thread Raw
In response to Re: meson: Specify -Wformat as a common warning flag for extensions  ("Tristan Partin" <tristan@neon.tech>)
Responses Re: meson: Specify -Wformat as a common warning flag for extensions
Re: meson: Specify -Wformat as a common warning flag for extensions
List pgsql-hackers
On Thu, Mar 07, 2024 at 11:39:39PM -0600, Tristan Partin wrote:
> It sounds like a legitimate issue. I have confirmed the issue exists with a
> pg_config compiled with Meson. I can also confirm that this issue exists in
> the autotools build.

First time I'm hearing about that, but I'll admit that I am cheating
because -Wformat is forced in my local builds for some time now.  I'm
failing to see the issue with meson and ./configure even if I remove
the switch, though, using a recent version of gcc at 13.2.0, but
perhaps Debian does something underground.  Are there version and/or
environment requirements to be aware of?

Forcing -Wformat implies more stuff that can be disabled with
-Wno-format-contains-nul, -Wno-format-extra-args, and
-Wno-format-zero-length, but the thing is that we're usually very
conservative with such additions in the scripts.  See also
8b6f5f25102f, done, I guess, as an answer to this thread:
https://www.postgresql.org/message-id/4D431505.9010002%40dunslane.net

A quick look at the past history of pgsql-hackers does not mention
that as a problem, either, but I may have missed something.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Yugo NAGATA
Date:
Subject: Re: pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value
Next
From: Corey Huinker
Date:
Subject: Re: Statistics Import and Export