Clang function pointer type warnings in v14, v15 - Mailing list pgsql-hackers

From Thomas Munro
Subject Clang function pointer type warnings in v14, v15
Date
Msg-id CA+hUKGKnBvdrbH2LW+7-Lv599t9JFOHjx=xw-VQmdoj=9585CQ@mail.gmail.com
Whole thread Raw
Responses Re: Clang function pointer type warnings in v14, v15
List pgsql-hackers
Hi,

REL_14_STABLE and REL_15_STABLE have commit de8feb1f3, which turned on
-Wcast-function-type, but don't have commit 101c37cd, which disabled
-Wcast-function-type-strict as we agreed to do[1].  I noticed this on
my local system that has clang 18 as compiler, but you can see it on
any build farm animal using clang 16+.

So I propose to back-patch 101c37cd to those two branches.

[1]
https://www.postgresql.org/message-id/flat/CA%2BhUKGKpHPDTv67Y%2Bs6yiC8KH5OXeDg6a-twWo_xznKTcG0kSA%40mail.gmail.com



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Use generation memory context for tuplestore.c
Next
From: Peter Geoghegan
Date:
Subject: Re: Adding skip scan (including MDAM style range skip scan) to nbtree