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
@@ -4,4 +4,3 @@ contract test {
function functionName(bytes32 input) public returns (bytes32 out) {}
}
// ----
// Warning: (75-143): Function state mutability can be restricted to pure