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
@@ -2,4 +2,3 @@ contract c {
function x() external {}
}
// ----
// Warning: (17-41): Function state mutability can be restricted to pure