mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10359 from ethereum/extra-semi
Enable the -Wextra-semi warning
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ struct CommonOptions: boost::noncopyable
|
||||
static void setSingleton(std::unique_ptr<CommonOptions const>&& _instance);
|
||||
|
||||
CommonOptions(std::string caption = "");
|
||||
virtual ~CommonOptions() {};
|
||||
virtual ~CommonOptions() {}
|
||||
|
||||
protected:
|
||||
boost::program_options::options_description options;
|
||||
|
||||
Reference in New Issue
Block a user