diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2017-06-29 22:46:55 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-06-29 22:46:55 +0800 |
commit | 735c977db1824436d09d8e7a5c120fcab21003c3 (patch) | |
tree | c54b86f9ffe2544d18118913bca6388f88510992 /Changelog.md | |
parent | f5372cda5dee20aab456a318a1660d1fea0eeed5 (diff) | |
download | dexon-solidity-735c977db1824436d09d8e7a5c120fcab21003c3.tar.gz dexon-solidity-735c977db1824436d09d8e7a5c120fcab21003c3.tar.zst dexon-solidity-735c977db1824436d09d8e7a5c120fcab21003c3.zip |
Silence implicit fallthrough warning for gcc > 7
In my system I have gcc 7.1.1 and there I get a lot of warnings which
fail the build due to implicit fallthroughs in switch statements.
Some examples can be seen here:
https://gist.github.com/LefterisJP/388c3ba5ad356f92a3b44e7efed89f9f
This PR proposes a simple solution, which is to ignore the warning for
both gcc and clang.
Diffstat (limited to 'Changelog.md')
0 files changed, 0 insertions, 0 deletions