Initialize IrTypeAggr members in order to silence warning.

This commit is contained in:
David Nadlinger
2013-06-17 02:38:38 +02:00
parent dd8652768c
commit 9700d84132

View File

@@ -24,6 +24,6 @@
IrTypeAggr::IrTypeAggr(AggregateDeclaration * ad)
: IrType(ad->type, LLStructType::create(gIR->context(), ad->toPrettyChars())),
aggr(ad), diCompositeType(NULL)
diCompositeType(NULL), aggr(ad)
{
}