mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
18 lines
860 B
JSON
18 lines
860 B
JSON
{"errors":[{"component":"general","errorCode":"9302","formattedMessage":"Warning: Return value of low-level calls not used.
|
|
--> A:7:7:
|
|
|
|
|
7 | \t\t\t\t\t\t_a.call(\"\");
|
|
| \t\t\t\t\t\t^^^^^^^^^^^
|
|
|
|
","message":"Return value of low-level calls not used.","severity":"warning","sourceLocation":{"end":143,"file":"A","start":132},"type":"Warning"},{"component":"general","errorCode":"1180","formattedMessage":"Info: Reentrancy property(ies) for A:test:
|
|
((!(x <= 0) || (x' <= 0)) && (!(x <= 0) || (<errorCode> <= 0)))
|
|
<errorCode> = 0 -> no errors
|
|
<errorCode> = 1 -> Assertion failed at assert(x < 10)
|
|
|
|
|
|
","message":"Reentrancy property(ies) for A:test:
|
|
((!(x <= 0) || (x' <= 0)) && (!(x <= 0) || (<errorCode> <= 0)))
|
|
<errorCode> = 0 -> no errors
|
|
<errorCode> = 1 -> Assertion failed at assert(x < 10)
|
|
","severity":"info","type":"Info"}],"sources":{"A":{"id":0}}}
|