mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Enable the -Wconversion warning
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user