mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
- Don't cast booleans to int when the result gets assigned to an unsigned type. Relace them with ifs. - Use unsigned initializer for a variable declared in a lambda capture. - Unsigned abs() of a difference of unsigned values.