pgsql: Add warning option -Wold-style-declaration - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add warning option -Wold-style-declaration
Date
Msg-id E1w7KFi-002Cx8-08@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add warning option -Wold-style-declaration

This warning has been triggered a few times via the buildfarm (see
commits 8212625e53f, 2b7259f8557, afe86a9e73b), so we might as well
add it so that everyone sees it.

(This is completely separate from the recently added
-Wold-style-definition.)

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
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/c73e8ee061adf26ed77ffa7e676f5de6d9f6da21

Modified Files
--------------
configure    | 41 +++++++++++++++++++++++++++++++++++++++++
configure.ac |  2 ++
meson.build  | 14 +++++++++-----
3 files changed, 52 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Jacob Champion
Date:
Subject: pgsql: libpq: Add oauth_ca_file option to change CAs without debugging
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: update ddl.sgml's description of cmin and cmax.