forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9a2267b
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 parent52a5fd5 commit9a2267b
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 | |
---|---|---|---|
| |||
4206 | 4206 |
| |
4207 | 4207 |
| |
4208 | 4208 |
| |
4209 |
| - | |
4210 | 4209 |
| |
4211 | 4210 |
| |
4212 | 4211 |
| |
| |||
4217 | 4216 |
| |
4218 | 4217 |
| |
4219 | 4218 |
| |
4220 |
| - | |
4221 | 4219 |
| |
4222 | 4220 |
| |
4223 | 4221 |
| |
| |||
4232 | 4230 |
| |
4233 | 4231 |
| |
4234 | 4232 |
| |
4235 |
| - | |
4236 |
| - | |
4237 | 4233 |
| |
4238 | 4234 |
| |
4239 | 4235 |
| |
|
0 commit comments
Comments
(0)