Re: Enable -Wstrict-prototypes and -Wold-style-definition by default
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2026-03-24T21:36:43Z
Lists: pgsql-hackers
On 24.03.26 08:16, Bertrand Drouvot wrote: > 0001: > > + '/external:anglebrackets', > + '/external:W0', > > The doc [1], states: > > " > The /external compiler options are available starting in Visual Studio 2017 version 15.6. > In versions of Visual Studio before Visual Studio 2019 version 16.10, the /external > options require you also set the /experimental:external compiler option. > " > > We currently require MSVC 2019, but what if one is using a version < 16.10? Per discussion in [0] we effectively require 16.11, so I think this should be ok. [0]: https://www.postgresql.org/message-id/04ab76a3-186c-4a37-8076-e6882ebf9d43%40eisentraut.org
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add warning option -Wold-style-declaration
- c73e8ee061ad 19 (unreleased) landed
-
configure: Apply -Werror=vla to C++ as well as C
- 488ab592d9ea 19 (unreleased) landed
-
Enable warning like -Wstrict-prototypes on MSVC as well
- b4a132022444 19 (unreleased) landed
-
Remove compiler warning option -Wendif-labels
- 87e1891c459e 19 (unreleased) landed
-
Disable warnings in system headers in MSVC
- bccfc73acde9 19 (unreleased) landed
-
Fix -Wstrict-prototypes warning in ecpg_init_sqlca() declaration.
- f91b8ff6af91 19 (unreleased) landed