commit
d3692c701b
1 changed files with 2 additions and 2 deletions
|
|
@ -184,7 +184,7 @@ void TSymbol::dumpExtensions(TInfoSink& infoSink) const
|
||||||
|
|
||||||
for (int i = 0; i < numExtensions; i++)
|
for (int i = 0; i < numExtensions; i++)
|
||||||
infoSink.debug << getExtensions()[i] << ",";
|
infoSink.debug << getExtensions()[i] << ",";
|
||||||
|
|
||||||
infoSink.debug << ">";
|
infoSink.debug << ">";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -229,7 +229,7 @@ void TFunction::dump(TInfoSink& infoSink, bool complete) const
|
||||||
infoSink.debug << "\n";
|
infoSink.debug << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
void TAnonMember::dump(TInfoSink& TInfoSink, bool complete) const
|
void TAnonMember::dump(TInfoSink& TInfoSink, bool) const
|
||||||
{
|
{
|
||||||
TInfoSink.debug << "anonymous member " << getMemberNumber() << " of " << getAnonContainer().getName().c_str()
|
TInfoSink.debug << "anonymous member " << getMemberNumber() << " of " << getAnonContainer().getName().c_str()
|
||||||
<< "\n";
|
<< "\n";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue