diff --git a/gen/tocall.cpp b/gen/tocall.cpp index 1e3029d958..037e2208ab 100644 --- a/gen/tocall.cpp +++ b/gen/tocall.cpp @@ -636,6 +636,10 @@ DValue* DtoCallFunction(Loc& loc, Type* resulttype, DValue* fnval, Expressions* retllval = DtoAggrPaint(retllval, DtoType(rbase)); break; + case Tsarray: + // nothing ? + break; + case Tclass: case Taarray: case Tpointer: