Commit 28ae524
committed
Quieten warnings about unused variables
These variables are only ever written to in assertion-enabled builds,
and the latest Microsoft compilers complain about such variables in
non-assertion-enabled builds.
Apparently they don't worry so much about variables that are written to
but not read from, so most of our PG_USED_FOR_ASSERTS_ONLY variables
don't cause the problem.
Discussion: https://postgr.es/m/7800.1505950322@sss.pgh.pa.us1 parent 9140cf8 commit 28ae524
1 file changed
+2
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4550 | 4550 | | |
4551 | 4551 | | |
4552 | 4552 | | |
4553 | | - | |
4554 | 4553 | | |
4555 | 4554 | | |
4556 | 4555 | | |
4557 | 4556 | | |
4558 | | - | |
4559 | | - | |
4560 | | - | |
4561 | | - | |
| 4557 | + | |
4562 | 4558 | | |
4563 | 4559 | | |
4564 | 4560 | | |
| |||
4670 | 4666 | | |
4671 | 4667 | | |
4672 | 4668 | | |
4673 | | - | |
4674 | | - | |
4675 | 4669 | | |
4676 | 4670 | | |
4677 | | - | |
4678 | | - | |
4679 | | - | |
4680 | | - | |
| 4671 | + | |
4681 | 4672 | | |
4682 | 4673 | | |
4683 | 4674 | | |
| |||
0 commit comments