Kaydet (Commit) ec689e45 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707935 Uninitialized scalar field

Change-Id: I7c957419b72cc97dbec819c51acb521bcd716624
üst 2a7f4e37
......@@ -49,6 +49,7 @@ AstDeclaration::AstDeclaration(NodeType type, const OString& name, AstScope* pSc
, m_bIsAdded(false)
, m_bInMainFile(false)
, m_bPredefined(false)
, m_lineNumber(0)
{
if ( m_pScope )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment