Skip to content

Conversation

@apop5
Copy link
Collaborator

@apop5 apop5 commented Dec 13, 2025

Description

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?

How This Was Tested

Local build to reproduce the errors.
Local build succeeds after changes.

Integration Instructions

No integration necessary.

Latest MSVC update started wanring on zero extending of ~.
Add explicit casts to fix AARCH64 build errors.
@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (release/202502@796bda9). Learn more about missing BASE report.

Additional details and impacted files
@@                Coverage Diff                @@
##             release/202502    #1597   +/-   ##
=================================================
  Coverage                  ?    2.22%           
=================================================
  Files                     ?     1459           
  Lines                     ?   380786           
  Branches                  ?     4583           
=================================================
  Hits                      ?     8477           
  Misses                    ?   372236           
  Partials                  ?       73           
Flag Coverage Δ
MdeModulePkg 1.55% <ø> (?)
MdePkg 5.46% <ø> (?)
NetworkPkg 0.55% <ø> (?)
PolicyServicePkg 30.42% <ø> (?)
UefiCpuPkg 4.92% <ø> (?)
UnitTestFrameworkPkg 11.40% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants