Skip to content

Change the format specifier (#5523)#5534

Merged
guhetier merged 1 commit intorelease/2.5from
guhetier/format_specifier_cp
Oct 22, 2025
Merged

Change the format specifier (#5523)#5534
guhetier merged 1 commit intorelease/2.5from
guhetier/format_specifier_cp

Conversation

@guhetier
Copy link
Collaborator

Description

Cherry-pick #5523

The msquic pipeline in undock using UCRT compiler is failing due to format specifier mismatch. BOOLEAN is typedef'd as unsigned char, but the format string uses %d which expects a signed integer. When an unsigned char is passed to a function that expects a signed type, the compiler generates a C6340 warning.

Testing

The new changes are tested on the undock pipeline and its passing.

Documentation

No

* changed signed to unsigned

* updated clog
@guhetier guhetier requested a review from a team as a code owner October 22, 2025 01:16
@guhetier guhetier requested a review from gaurav2699 October 22, 2025 01:16
@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.04%. Comparing base (cd72daf) to head (70ab5fd).
⚠️ Report is 1 commits behind head on release/2.5.

Additional details and impacted files
@@               Coverage Diff               @@
##           release/2.5    #5534      +/-   ##
===============================================
- Coverage        87.29%   87.04%   -0.25%     
===============================================
  Files               59       59              
  Lines            18191    18191              
===============================================
- Hits             15880    15835      -45     
- Misses            2311     2356      +45     

☔ 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.

@guhetier guhetier merged commit a69c9e9 into release/2.5 Oct 22, 2025
285 checks passed
@guhetier guhetier deleted the guhetier/format_specifier_cp branch October 22, 2025 16:07
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