diff --git a/gen/llvmhelpers.cpp b/gen/llvmhelpers.cpp index ea7b553d..4a9c41ff 100644 --- a/gen/llvmhelpers.cpp +++ b/gen/llvmhelpers.cpp @@ -1217,6 +1217,10 @@ DValue* DtoInitializer(LLValue* target, Initializer* init) assert(ex->exp); return ex->exp->toElem(gIR); } + else if (ArrayInitializer* ex = init->isArrayInitializer()) + { + // TODO: do nothing ? + } else if (init->isVoidInitializer()) { // do nothing