mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-11 21:37:17 +03:00
Fixed #75 — "unhandled repainting of return value" with static array of consts
This commit is contained in:
parent
bb0d51fb98
commit
8df15e7b64
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue