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:
parent
c2f88fbbb3
commit
2bd31e9eda
2
setup.c
2
setup.c
@ -66,7 +66,7 @@ void cIptvMenuInfo::Display(void)
|
|||||||
|
|
||||||
eOSState cIptvMenuInfo::ProcessKey(eKeys Key)
|
eOSState cIptvMenuInfo::ProcessKey(eKeys Key)
|
||||||
{
|
{
|
||||||
switch (Key) {
|
switch (int(Key)) {
|
||||||
case kUp|k_Repeat:
|
case kUp|k_Repeat:
|
||||||
case kUp:
|
case kUp:
|
||||||
case kDown|k_Repeat:
|
case kDown|k_Repeat:
|
||||||
|
Loading…
Reference in New Issue
Block a user