Enable the -Wconversion warning

This commit is contained in:
Alex Beregszaszi
2020-12-08 16:45:24 +00:00
parent 71a4a4efb1
commit 7e88ba8da0
56 changed files with 171 additions and 176 deletions
@@ -451,7 +451,8 @@ u256 EVMInstructionInterpreter::evalBuiltin(
else
{
// Force different value than for datasize
arg[31] += 2;
arg[31]++;
arg[31]++;
return u256(keccak256(arg)) & 0xfff;
}
}