forked from organicmaps/organicmaps
[ios] Warning fix
This commit is contained in:
parent
4d9a905d9a
commit
bd8790b59d
1 changed files with 3 additions and 0 deletions
|
@ -417,6 +417,9 @@ UITableViewCell * g_clickedCell = nil;
|
|||
case EGeneratingIndex:
|
||||
// we can't stop index generation at this moment
|
||||
break;
|
||||
|
||||
default:
|
||||
ASSERT(false, ());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue