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

From Peter Eisentraut
Subject pgsql: Enable warning like -Wstrict-prototypes on MSVC as well
Date
Msg-id E1w61hz-001f6e-21@gemulon.postgresql.org
Whole thread Raw
List 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.pg@gmail.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(+)


pgsql-committers by date:

Previous
From: Amit Langote
Date:
Subject: Re: pgsql: Doc: add information about partition locking
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Reject consecutive element patterns of same kind