mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Enable the -Wextra-semi warning
This commit is contained in:
committed by
Daniel Kirchner
parent
0015e8cd84
commit
1e2bfbd6b2
@@ -135,7 +135,7 @@ public:
|
||||
/// @returns a new copy of the utility function generator (but using the same function set).
|
||||
YulUtilFunctions utils();
|
||||
|
||||
langutil::EVMVersion evmVersion() const { return m_evmVersion; };
|
||||
langutil::EVMVersion evmVersion() const { return m_evmVersion; }
|
||||
|
||||
ABIFunctions abiFunctions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user