Commit 3e01e8b
authored
[NFC] Address compiler warnings: C4146 - Another round of use two's complement instead of negation (microsoft#7567)
Addresses microsoft#7565
A few more instances where we can take advantage of -N being equivalent
to (~N + 1)1 parent 8f55958 commit 3e01e8b
3 files changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1117 | 1117 | | |
1118 | 1118 | | |
1119 | 1119 | | |
1120 | | - | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
1121 | 1125 | | |
1122 | 1126 | | |
1123 | 1127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4109 | 4109 | | |
4110 | 4110 | | |
4111 | 4111 | | |
4112 | | - | |
| 4112 | + | |
4113 | 4113 | | |
4114 | 4114 | | |
4115 | 4115 | | |
| |||
4144 | 4144 | | |
4145 | 4145 | | |
4146 | 4146 | | |
4147 | | - | |
4148 | | - | |
4149 | | - | |
| 4147 | + | |
| 4148 | + | |
| 4149 | + | |
4150 | 4150 | | |
4151 | 4151 | | |
4152 | 4152 | | |
| |||
0 commit comments