Unverified Commit 296a6842 authored by Andrei Golubev's avatar Andrei Golubev Committed by GitHub
Browse files

[formatv][FmtAlign] Use fill count of type size_t instead of uint32_t (#78459)



FmtAlign::fill() accepts a uint32_t variable while the usages operate on
size_t values. On some platform / compiler combinations, this ends up
being a narrowing conversion. Fix this by changing the function's signature.
This was first seen on MSVC x86.

Co-authored-by: default avatarOrest Chura <orest.chura@intel.com>
parent 33287e35
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment