pgsql: meson: Make room for C++-only warning flags for MSVC

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Make room for C++-only warning flags for MSVC
Date: 2026-03-31 06:47:07
Message-ID: E1w7SsV-002GbV-09@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Make room for C++-only warning flags for MSVC

Refactor the MSVC warning option handling to have a list of common
flags and lists of flags specific to C and C++.

Reviewed-by: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Discussion: https://www.postgresql.org/message-id/flat/CAGECzQR21OnnKiZO_1rLWO0-16kg1JBxnVq-wymYW0-_1cUNtg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4c83f1253593ef46a0a190afb8ecead21f483196

Modified Files
--------------
meson.build | 31 +++++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2026-03-31 07:17:31 Re: pgsql: Add fast path for foreign key constraint checks
Previous Message Pavel Stehule 2026-03-31 05:06:51 Re: pgsql: Change syntax of EXCEPT TABLE clause in publication commands.