From bd90cd16eb177e685c6b9000e06c32d44f680f17 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sun, 17 Oct 2021 21:02:31 +0200 Subject: [PATCH] - quadpip-setup: fix compiler warnings Signed-off-by: Thilo Graf --- src/gui/quadpip_setup.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/quadpip_setup.cpp b/src/gui/quadpip_setup.cpp index 35ad9e6c8..1df3d8954 100644 --- a/src/gui/quadpip_setup.cpp +++ b/src/gui/quadpip_setup.cpp @@ -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"); int res = menu_return::RETURN_REPAINT; @@ -124,7 +124,7 @@ int CQuadPiPSetup::showQuadPiPSetup() return res; } -bool CQuadPiPSetupNotifier::changeNotify(const neutrino_locale_t, void * Data) +bool CQuadPiPSetupNotifier::changeNotify(const neutrino_locale_t, void */*Data*/) { if (quadpip) { @@ -276,7 +276,7 @@ CQuadPiPSetupSelectChannelWidget::~CQuadPiPSetupSelectChannelWidget() { } -int CQuadPiPSetupSelectChannelWidget::InitZapitChannelHelper(CZapitClient::channelsMode mode) +int CQuadPiPSetupSelectChannelWidget::InitZapitChannelHelper(CZapitClient::channelsMode /*mode*/) { std::vector toDelete; CMenuWidget mctv(LOCALE_TIMERLIST_BOUQUETSELECT, NEUTRINO_ICON_SETTINGS);