pgsql: MSVC: Remove unnecessary warning option

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: MSVC: Remove unnecessary warning option
Date: 2026-03-26 08:14:12
Message-ID: E1w5fr1-001Ve9-0r@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

MSVC: Remove unnecessary warning option

The MSVC warning option /w24777 added by commit 2307cfe3162 was a
typo, it should have been /w24477. But this option is already enabled
by default in level 1, so we don't need to add it explicitly. So just
remove it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/515b0dc4bc74b43793ccf82965b7aaa79ad7161b

Modified Files
--------------
meson.build | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-03-26 10:09:40 pgsql: Refactor ShmemIndex initialization
Previous Message Peter Eisentraut 2026-03-26 08:07:46 pgsql: Make fixed-length list building macros work in C++