pgsql: Enable warning like -Wstrict-prototypes on MSVC as well

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Enable warning like -Wstrict-prototypes on MSVC as well
Date: 2026-03-27 07:34:20
Message-ID: E1w61hz-001f6e-21@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Enable warning like -Wstrict-prototypes on MSVC as well

This adds an MSVC warning option equivalent to those added in commit
29bf4ee7496 for GCC/Clang.

Note that this requires commit bccfc73acde (Disable warnings in system
headers in MSVC).

Reviewed-by: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/aa73q1aT0A3/vke/%40ip-10-97-1-34.eu-west-3.compute.internal

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b4a132022444e051fb402648d08f9ed487b2c45e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-03-27 09:41:08 pgsql: Reject consecutive element patterns of same kind
Previous Message Amit Langote 2026-03-27 07:15:32 Re: pgsql: Doc: add information about partition locking