Fix undefined behaviour casting negative number to unsigned
The intent of the cast was likely to ensure numeric values were printed instead of printing as char. Unary + achieves this better via integer promotion.
parent
7eb33e01
Loading
Loading
Pipeline
#9218
passed
with stages
in
24 minutes and 34 seconds
Loading
Please register or sign in to comment