Silenced harmless "case value not in enumerated type" warnings.

This commit is contained in:
Rolf Ahrenberg 2011-12-04 19:40:46 +02:00
parent c2f88fbbb3
commit 2bd31e9eda
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ void cIptvMenuInfo::Display(void)
eOSState cIptvMenuInfo::ProcessKey(eKeys Key)
{
switch (Key) {
switch (int(Key)) {
case kUp|k_Repeat:
case kUp:
case kDown|k_Repeat: