diff options
author | Leonardo Alt <leo@ethereum.org> | 2018-12-12 19:03:59 +0800 |
---|---|---|
committer | Leonardo Alt <leo@ethereum.org> | 2018-12-12 21:43:44 +0800 |
commit | 508aae8a6709f4758753bb1e2ac1f613043c6750 (patch) | |
tree | 01039605827986d6881787bf38baa042a90b0638 /test/libsolidity/syntaxTests/parsing/visibility_specifiers.sol | |
parent | 53537864a2b7322c58248ea8c9937d13aca7ca61 (diff) | |
download | dexon-solidity-508aae8a6709f4758753bb1e2ac1f613043c6750.tar.gz dexon-solidity-508aae8a6709f4758753bb1e2ac1f613043c6750.tar.zst dexon-solidity-508aae8a6709f4758753bb1e2ac1f613043c6750.zip |
Disable state mutability warning for functions with empty body
Diffstat (limited to 'test/libsolidity/syntaxTests/parsing/visibility_specifiers.sol')
-rw-r--r-- | test/libsolidity/syntaxTests/parsing/visibility_specifiers.sol | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/libsolidity/syntaxTests/parsing/visibility_specifiers.sol b/test/libsolidity/syntaxTests/parsing/visibility_specifiers.sol index db890b37..24071388 100644 --- a/test/libsolidity/syntaxTests/parsing/visibility_specifiers.sol +++ b/test/libsolidity/syntaxTests/parsing/visibility_specifiers.sol @@ -9,6 +9,3 @@ contract c { } // ---- // Warning: (58-71): This declaration shadows an existing declaration. -// Warning: (89-111): Function state mutability can be restricted to pure -// Warning: (116-144): Function state mutability can be restricted to pure -// Warning: (149-182): Function state mutability can be restricted to pure |