mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
quadpip-setup: fix compiler warnings
Origin commit data
------------------
Branch: ni/coolstream
Commit: b839fac95f
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-10-17 (Sun, 17 Oct 2021)
Origin message was:
------------------
- quadpip-setup: fix compiler warnings
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -74,7 +74,7 @@ CQuadPiPSetup::~CQuadPiPSetup()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
int CQuadPiPSetup::exec(CMenuTarget* parent, const std::string & actionKey)
|
int CQuadPiPSetup::exec(CMenuTarget* parent, const std::string &/*actionKey*/)
|
||||||
{
|
{
|
||||||
dprintf(DEBUG_DEBUG, "init quadpip setup\n");
|
dprintf(DEBUG_DEBUG, "init quadpip setup\n");
|
||||||
int res = menu_return::RETURN_REPAINT;
|
int res = menu_return::RETURN_REPAINT;
|
||||||
@@ -124,7 +124,7 @@ int CQuadPiPSetup::showQuadPiPSetup()
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CQuadPiPSetupNotifier::changeNotify(const neutrino_locale_t, void * Data)
|
bool CQuadPiPSetupNotifier::changeNotify(const neutrino_locale_t, void */*Data*/)
|
||||||
{
|
{
|
||||||
if (quadpip)
|
if (quadpip)
|
||||||
{
|
{
|
||||||
@@ -276,7 +276,7 @@ CQuadPiPSetupSelectChannelWidget::~CQuadPiPSetupSelectChannelWidget()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
int CQuadPiPSetupSelectChannelWidget::InitZapitChannelHelper(CZapitClient::channelsMode mode)
|
int CQuadPiPSetupSelectChannelWidget::InitZapitChannelHelper(CZapitClient::channelsMode /*mode*/)
|
||||||
{
|
{
|
||||||
std::vector<CMenuWidget *> toDelete;
|
std::vector<CMenuWidget *> toDelete;
|
||||||
CMenuWidget mctv(LOCALE_TIMERLIST_BOUQUETSELECT, NEUTRINO_ICON_SETTINGS);
|
CMenuWidget mctv(LOCALE_TIMERLIST_BOUQUETSELECT, NEUTRINO_ICON_SETTINGS);
|
||||||
|
Reference in New Issue
Block a user