mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added error codes to SyntaxTest expectations (updated tests)
This commit is contained in:
@@ -73,17 +73,17 @@ contract InternalCall {
|
||||
|
||||
}
|
||||
// ----
|
||||
// Warning: (760-815): Return value of low-level calls not used.
|
||||
// Warning: (117-126): Unused local variable.
|
||||
// Warning: (260-269): Unused local variable.
|
||||
// Warning: (667-676): Unused local variable.
|
||||
// Warning: (75-137): Function state mutability can be restricted to pure
|
||||
// Warning: (218-280): Function state mutability can be restricted to pure
|
||||
// Warning: (470-539): Function state mutability can be restricted to pure
|
||||
// Warning: (1144-1206): Function state mutability can be restricted to pure
|
||||
// Warning: (1212-1274): Function state mutability can be restricted to pure
|
||||
// Warning: (1280-1342): Function state mutability can be restricted to pure
|
||||
// Warning: (771-774): Assertion checker does not yet implement type abi
|
||||
// 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: (1403-1408): Assertion checker does not yet implement this type of function call.
|
||||
// Warning 9302: (760-815): Return value of low-level calls not used.
|
||||
// Warning 2072: (117-126): Unused local variable.
|
||||
// Warning 2072: (260-269): Unused local variable.
|
||||
// Warning 2072: (667-676): Unused local variable.
|
||||
// Warning 2018: (75-137): Function state mutability can be restricted to pure
|
||||
// Warning 2018: (218-280): Function state mutability can be restricted to pure
|
||||
// Warning 2018: (470-539): Function state mutability can be restricted to pure
|
||||
// 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