mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix some warnings about uninitialized members.
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ private:
|
||||
|
||||
struct Contract
|
||||
{
|
||||
ContractDefinition const* contract;
|
||||
ContractDefinition const* contract = nullptr;
|
||||
std::shared_ptr<Compiler> compiler;
|
||||
bytes bytecode;
|
||||
std::shared_ptr<InterfaceHandler> interfaceHandler;
|
||||
|
||||
Reference in New Issue
Block a user