mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
fix compiling warnings
This commit is contained in:
@@ -337,8 +337,10 @@ void CEpgScan::EnterStandby()
|
||||
|
||||
void CEpgScan::Next()
|
||||
{
|
||||
bool llocked = false, plocked = false;
|
||||
|
||||
bool llocked = false;
|
||||
#ifdef ENABLE_PIP
|
||||
bool plocked = false;
|
||||
#endif
|
||||
next_chid = 0;
|
||||
|
||||
if (!standby && CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_standby)
|
||||
|
Reference in New Issue
Block a user