mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libgeneric-pc: avoid "unused" warnings
Origin commit data
------------------
Branch: master
Commit: eb383493a8
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-09-16 (Thu, 16 Sep 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -79,7 +79,7 @@ class cAudio : public OpenThreads::Thread
|
|||||||
return NULL;
|
return NULL;
|
||||||
};
|
};
|
||||||
|
|
||||||
void setAVInput(int val)
|
void setAVInput(int /*val*/)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
@@ -208,7 +208,7 @@ class cVideo : public OpenThreads::Thread
|
|||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
};
|
};
|
||||||
void setAVInput(int val)
|
void setAVInput(int /*val*/)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user