Skip to content
Commit b8e3ac4c authored by Michael Platings's avatar Michael Platings
Browse files

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
Loading
Pipeline #9218 passed with stages
in 24 minutes and 34 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment