Commit 434e37f
committed
BaseTools: Fix MSVC AARCH64 Building of tools. (#1597)
Latest MSVC update started wanring on zero extending of ~. Add explicit
casts to fix AARCH64 build errors.
Errors can be viewed in #1587 when attempting to build tools for AARCH64
using MSVC.
- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
Local build to reproduce the errors.
Local build succeeds after changes.
No integration necessary.1 parent 4ff3309 commit 434e37f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
| 541 | + | |
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| |||
0 commit comments