Disable state mutability warning for functions with empty body

This commit is contained in:
Leonardo Alt
2018-12-12 14:43:44 +01:00
parent 53537864a2
commit 508aae8a67
32 changed files with 1 additions and 45 deletions
@@ -3,4 +3,3 @@ contract test {
function functionName(bytes20 arg1, address addr) public view returns (int id) { }
}
// ----
// Warning: (36-118): Function state mutability can be restricted to pure