mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
735c977db1
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. |
||
---|---|---|
.. | ||
scripts | ||
templates | ||
CMakeParseArguments.cmake | ||
EthBuildInfo.cmake | ||
EthCompilerSettings.cmake | ||
EthDependencies.cmake | ||
EthExecutableHelper.cmake | ||
EthOptions.cmake | ||
EthPolicy.cmake | ||
EthUtils.cmake | ||
FindPackageHandleStandardArgs.cmake | ||
FindPackageMessage.cmake | ||
FindSolidity.cmake | ||
UseDev.cmake | ||
UseSolidity.cmake |