mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] Do not warn on "abi" as an identifer
There is an approprate warning for the function call.
This commit is contained in:
@@ -34,7 +34,5 @@ library MerkleProof {
|
||||
}
|
||||
|
||||
// ----
|
||||
// Warning 8364: (988-991): Assertion checker does not yet implement type abi
|
||||
// Warning 4588: (988-1032): Assertion checker does not yet implement this type of function call.
|
||||
// Warning 8364: (1175-1178): Assertion checker does not yet implement type abi
|
||||
// Warning 4588: (1175-1219): Assertion checker does not yet implement this type of function call.
|
||||
|
||||
@@ -83,7 +83,6 @@ contract InternalCall {
|
||||
// Warning 2018: (1144-1206): Function state mutability can be restricted to pure
|
||||
// Warning 2018: (1212-1274): Function state mutability can be restricted to pure
|
||||
// Warning 2018: (1280-1342): Function state mutability can be restricted to pure
|
||||
// Warning 8364: (771-774): Assertion checker does not yet implement type abi
|
||||
// Warning 5084: (782-813): Type conversion is not yet fully supported and might yield false positives.
|
||||
// Warning 4588: (771-814): Assertion checker does not yet implement this type of function call.
|
||||
// Warning 5729: (1403-1408): Assertion checker does not yet implement this type of function call.
|
||||
|
||||
Reference in New Issue
Block a user