pgsql: Disable clang 16's -Wcast-function-type-strict.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Disable clang 16's -Wcast-function-type-strict.
Date: 2022-12-12 21:16:39
Message-ID: E1p4qAA-003GOi-7u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Disable clang 16's -Wcast-function-type-strict.

Clang 16 is still in development, but seawasp reveals that it has
started warning about many of our casts of function pointers (those
introduced by commit 1c27d16e, and some older ones). Disable the new
warning for now, since otherwise buildfarm animal seawasp fails, and we
have no current plans to change our strategy for these callback function
types.

May be back-patched with other Clang/LLVM 16 changes around release
time.

Discussion: https://postgr.es/m/CA%2BhUKGJvX%2BL3aMN84ksT-cGy08VHErRNip3nV-WmTx7f6Pqhyw%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/101c37cd342a3ae134bb3e5e0abb14ae46692b56

Modified Files
--------------
configure | 44 ++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 6 ++++++
meson.build | 3 +++
3 files changed, 53 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-12-12 21:18:02 pgsql: Fix jsonb subscripting to cope with toasted subscript values.
Previous Message Alvaro Herrera 2022-12-12 19:24:49 pgsql: Better document logical replication parameters