From 9866caa625d467f5460e272eee5d69761d8d830b Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 7 Jan 2015 16:46:15 +0100 Subject: Fix some warnings about uninitialized members. --- CompilerStack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CompilerStack.h') diff --git a/CompilerStack.h b/CompilerStack.h index 358c8fb7..e7143b7b 100644 --- a/CompilerStack.h +++ b/CompilerStack.h @@ -113,7 +113,7 @@ private: struct Contract { - ContractDefinition const* contract; + ContractDefinition const* contract = nullptr; std::shared_ptr compiler; bytes bytecode; std::shared_ptr interfaceHandler; -- cgit v1.2.3