mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
fix compiling warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1bfcad398f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-02-11 (Wed, 11 Feb 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -637,7 +637,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
|||||||
#ifdef KEYBOARD_INSTEAD_OF_REMOTE_CONTROL
|
#ifdef KEYBOARD_INSTEAD_OF_REMOTE_CONTROL
|
||||||
if (FD_ISSET(fd_keyb, &rfds))
|
if (FD_ISSET(fd_keyb, &rfds))
|
||||||
{
|
{
|
||||||
int trkey;
|
uint32_t trkey;
|
||||||
char key = 0;
|
char key = 0;
|
||||||
read(fd_keyb, &key, sizeof(key));
|
read(fd_keyb, &key, sizeof(key));
|
||||||
|
|
||||||
|
@@ -337,8 +337,10 @@ void CEpgScan::EnterStandby()
|
|||||||
|
|
||||||
void CEpgScan::Next()
|
void CEpgScan::Next()
|
||||||
{
|
{
|
||||||
bool llocked = false, plocked = false;
|
bool llocked = false;
|
||||||
|
#ifdef ENABLE_PIP
|
||||||
|
bool plocked = false;
|
||||||
|
#endif
|
||||||
next_chid = 0;
|
next_chid = 0;
|
||||||
|
|
||||||
if (!standby && CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_standby)
|
if (!standby && CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_standby)
|
||||||
|
Reference in New Issue
Block a user