mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-01 01:53:16 +01:00
Initialize IrTypeAggr members in order to silence warning.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user