forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdb8e366
committed
Suppress more variable-set-but-not-used warnings from clang 15.
Mop up assorted set-but-not-used warnings in the back branches.This includes back-patching relevant fixes from commit152c9f7the rest of the way, but there are also several cases that did notappear in HEAD. Some of those we'd fixed in a retail way but notback-patched, and others I think just got rewritten out of existenceduring nearby refactoring.While here, also back-patchb1980f6 (PL/Tcl: Fix compiler warningswith Tcl 8.6) into 9.2, so that that branch compiles warning-freewith modern Tcl.Per project policy, this is a candidate for back-patching intoout-of-support branches: it suppresses annoying compiler warningsbut changes no behavior. Hence, back-patch all the way to 9.2.Discussion:https://postgr.es/m/514615.1663615243@sss.pgh.pa.us1 parent43f72e0 commitdb8e366
2 files changed
+0
-7
lines changedLines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
773 | 773 |
| |
774 | 774 |
| |
775 | 775 |
| |
776 |
| - | |
777 | 776 |
| |
778 | 777 |
| |
779 | 778 |
| |
780 |
| - | |
781 | 779 |
| |
782 | 780 |
| |
783 | 781 |
| |
784 | 782 |
| |
785 |
| - | |
786 | 783 |
| |
787 | 784 |
| |
788 | 785 |
| |
|
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4373 | 4373 |
| |
4374 | 4374 |
| |
4375 | 4375 |
| |
4376 |
| - | |
4377 | 4376 |
| |
4378 | 4377 |
| |
4379 | 4378 |
| |
| |||
4384 | 4383 |
| |
4385 | 4384 |
| |
4386 | 4385 |
| |
4387 |
| - | |
4388 | 4386 |
| |
4389 | 4387 |
| |
4390 | 4388 |
| |
| |||
4399 | 4397 |
| |
4400 | 4398 |
| |
4401 | 4399 |
| |
4402 |
| - | |
4403 |
| - | |
4404 | 4400 |
| |
4405 | 4401 |
| |
4406 | 4402 |
| |
|
0 commit comments
Comments
(0)