Disable clang 16's -Wcast-function-type-strict.
Thomas Munro <tmunro@postgresql.org>
Disable clang 16's -Wcast-function-type-strict. This is a back-patch of commit 101c37cd into REL_14_STABLE and REL_15_STABLE. Those branches had commit de8feb1f3, which turned on -Wcast-function-type, but did not disable -Wcast-function-type-strict. This silences warnings about function pointer types without prototypes based on new C23 rules, that we want to suppress for now. Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/CA%2BhUKGKnBvdrbH2LW%2B7-Lv599t9JFOHjx%3Dxw-VQmdoj%3D9585CQ%40mail.gmail.com Discussion: https://postgr.es/m/CA%2BhUKGJvX%2BL3aMN84ksT-cGy08VHErRNip3nV-WmTx7f6Pqhyw%40mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +44 −0 |
| configure.ac | modified | +6 −0 |
Discussion
- Clang function pointer type warnings in v14, v15 6 messages · 2024-07-06 → 2024-07-12
- Tree-walker callbacks vs -Wdeprecated-non-prototype 19 messages · 2022-05-01 → 2025-05-22