[ios] Warning fix

This commit is contained in:
Alex Zolotarev 2012-01-05 03:33:17 +03:00 committed by Alex Zolotarev
parent 4d9a905d9a
commit bd8790b59d

View file

@ -417,6 +417,9 @@ UITableViewCell * g_clickedCell = nil;
case EGeneratingIndex:
// we can't stop index generation at this moment
break;
default:
ASSERT(false, ());
}
}
}