]> git.ipfire.org Git - thirdparty/postgresql.git/commit
MSVC: Remove unnecessary warning option
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 26 Mar 2026 08:10:42 +0000 (09:10 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 26 Mar 2026 08:10:42 +0000 (09:10 +0100)
commit515b0dc4bc74b43793ccf82965b7aaa79ad7161b
treef25dd29ca36cfdd707aab15d4009a063bcb0986d
parentf8e7ca32851082a85d628b7821ae674be09bf1f3
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.
meson.build