mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] Add underflow/overflow target to CHC
This commit is contained in:
@@ -12,5 +12,5 @@ contract C
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning 4144: (117-122): Underflow (resulting value less than 0) happens here
|
||||
// Warning 4144: (150-157): Underflow (resulting value less than 0) happens here
|
||||
// Warning 3944: (117-122): Underflow (resulting value less than 0) happens here
|
||||
// Warning 3944: (150-157): Underflow (resulting value less than 0) happens here
|
||||
|
||||
Reference in New Issue
Block a user