Explicitly convert from size_t to uint32_t
VS 15.7 (VS 2017 Update 7) warns on a conversion from size_t to uint32_t class BreakList. This was probably avoided in previous compiler versions because of how VS handled templates, which they are now fixing. Adding an explicit cast avoids the warning. Change-Id: Ib9dadbe079b57bfe0a37324858a912f8f9c1cb94 Reviewed-on: https://chromium-review.googlesource.com/978956Reviewed-by:Michael Wasserman <msw@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#546040}
Showing
Please register or sign in to comment