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 c {
function f() public mod1(7) mod2 { }
}
// ----
// Warning: (135-171): Function state mutability can be restricted to view