- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit101c37c
committed
Disable clang 16's -Wcast-function-type-strict.
Clang 16 is still in development, but seawasp reveals that it hasstarted warning about many of our casts of function pointers (thoseintroduced by commit1c27d16, and some older ones). Disable the newwarning for now, since otherwise buildfarm animal seawasp fails, and wehave no current plans to change our strategy for these callback functiontypes.May be back-patched with other Clang/LLVM 16 changes around releasetime.Discussion:https://postgr.es/m/CA%2BhUKGJvX%2BL3aMN84ksT-cGy08VHErRNip3nV-WmTx7f6Pqhyw%40mail.gmail.com1 parenta850075 commit101c37c
3 files changed
+53
-0
lines changedLines changed: 44 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6611 | 6611 |
| |
6612 | 6612 |
| |
6613 | 6613 |
| |
| 6614 | + | |
| 6615 | + | |
| 6616 | + | |
| 6617 | + | |
| 6618 | + | |
| 6619 | + | |
| 6620 | + | |
| 6621 | + | |
| 6622 | + | |
| 6623 | + | |
| 6624 | + | |
| 6625 | + | |
| 6626 | + | |
| 6627 | + | |
| 6628 | + | |
| 6629 | + | |
| 6630 | + | |
| 6631 | + | |
| 6632 | + | |
| 6633 | + | |
| 6634 | + | |
| 6635 | + | |
| 6636 | + | |
| 6637 | + | |
| 6638 | + | |
| 6639 | + | |
| 6640 | + | |
| 6641 | + | |
| 6642 | + | |
| 6643 | + | |
| 6644 | + | |
| 6645 | + | |
| 6646 | + | |
| 6647 | + | |
| 6648 | + | |
| 6649 | + | |
| 6650 | + | |
| 6651 | + | |
| 6652 | + | |
| 6653 | + | |
| 6654 | + | |
| 6655 | + | |
| 6656 | + | |
| 6657 | + | |
6614 | 6658 |
| |
6615 | 6659 |
| |
6616 | 6660 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
573 | 573 |
| |
574 | 574 |
| |
575 | 575 |
| |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
576 | 582 |
| |
577 | 583 |
| |
578 | 584 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1773 | 1773 |
| |
1774 | 1774 |
| |
1775 | 1775 |
| |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
1776 | 1779 |
| |
1777 | 1780 |
| |
1778 | 1781 |
| |
|
0 commit comments
Comments
(0)