some never read compil warning fixes

This commit is contained in:
Jacek Jendrzej
2016-04-24 17:18:37 +02:00
parent a471b2af10
commit 0d9fbd5378
19 changed files with 19 additions and 38 deletions

View File

@@ -1371,7 +1371,7 @@ CZapitChannel* CChannelList::getPrevNextChannel(int key, unsigned int &sl)
if(sl >= (*chanlist).size())
sl = (*chanlist).size()-1;
CZapitChannel* channel = (*chanlist)[sl];
CZapitChannel* channel = NULL;
int bsize = bouquetList->Bouquets.size();
int bactive = bouquetList->getActiveBouquetNumber();