[SMTChecker] Remove overflow check for assignments

This commit is contained in:
Leonardo Alt
2019-06-24 17:58:56 +02:00
parent 2563178a0a
commit 48d6729164
10 changed files with 19 additions and 31 deletions
@@ -87,8 +87,6 @@ contract InternalCall {
// Warning: (782-813): Type conversion is not yet fully supported and might yield false positives.
// Warning: (771-814): Assertion checker does not yet implement this type of function call.
// Warning: (825-830): Assertion checker does not yet support the type of this variable.
// Warning: (690-750): Underflow (resulting value less than 0) happens here
// Warning: (690-750): Overflow (resulting value larger than 2**160 - 1) happens here
// Warning: (1057-1068): Assertion checker does not yet implement type function () returns (uint256)
// Warning: (1120-1131): Assertion checker does not yet implement type function () returns (uint256)
// Warning: (1403-1408): Assertion checker does not yet implement this type of function call.