Werror: labels ... not handled in switch

Change-Id: Ib73d757ffb313ce365caa3f70c472f662f6d9719
This commit is contained in:
Fridrich Štrba
2013-06-10 12:45:52 +02:00
parent 094560c29f
commit a5d26f86e8

View File

@@ -550,6 +550,9 @@ SbError call(
*(sal_uInt64 *)&stack[17*8],
*(sal_uInt64 *)&stack[18*8],
*(sal_uInt64 *)&stack[19*8]);
break;
default:
break;
}
switch (result.GetType()) {