Change-Id: Ib481968ccd04e4f87c25c26826524e20678f2e22
types::List* pL = (types::List*)_piAddress;
switch (iType)
{
- case sci_list :
+ case sci_list : /* fall through */
case sci_tlist :
*_piNbItem = pL->getSize();
case sci_mlist :
case sci_ints:
// special case for integer precision
precision = (int) vec.get(position++);
+ // fall through
case sci_matrix:
+ // fall through
case sci_boolean:
+ // fall through
case sci_strings:
position++; // n-Dims not managed
height = (int) vec.get(position++);
width = (int) vec.get(position++);
break;
case sci_list:
+ // fall through
case sci_mlist:
+ // fall through
case sci_tlist:
listLen = (int) vec.get(position++);
break;