Fix warning in EC.
git-svn-id: http://root.cern.ch/svn/root/trunk@47475 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
parent
d465d934a5
commit
1901c83a0e
@ -50,7 +50,7 @@ namespace cling {
|
||||
void Transaction::dumpPretty() const {
|
||||
if (!size())
|
||||
return;
|
||||
ASTContext* C;
|
||||
ASTContext* C = 0;
|
||||
if (m_WrapperFD)
|
||||
C = &(m_WrapperFD->getASTContext());
|
||||
if (!getFirstDecl().isNull())
|
||||
|
Loading…
Reference in New Issue
Block a user