mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libgeneric-pc: video_lib.h: avoid 'unused parameter' warnings
Origin commit data
------------------
Branch: master
Commit: 6141c056d2
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-06-11 (Fri, 11 Jun 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -253,7 +253,7 @@ class cVideo : public OpenThreads::Thread
|
|||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
};
|
};
|
||||||
void SetAudioDestination(int audio_dest)
|
void SetAudioDestination(int /*audio_dest*/)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user