fix compiling warnings

Origin commit data
------------------
Commit: 1bfcad398f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-02-11 (Wed, 11 Feb 2015)
This commit is contained in:
Jacek Jendrzej
2015-02-11 19:21:54 +01:00
parent 9d673f4af3
commit 2ba8c5da37
2 changed files with 5 additions and 3 deletions

View File

@@ -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)