1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 13:37:03 +02:00

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

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: