mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
recycle: libgeneric-pc: video_lib.h: avoid 'unused parameter' warnings
Origin commit:9c243675f5
was unintended reverted with commit: - formatting code using astyle7e5b1fc5d2
This commit is contained in:
@@ -253,7 +253,7 @@ class cVideo : public OpenThreads::Thread
|
||||
{
|
||||
return 0;
|
||||
};
|
||||
void SetAudioDestination(int audio_dest)
|
||||
void SetAudioDestination(int /*audio_dest*/)
|
||||
{
|
||||
return;
|
||||
};
|
||||
|
Reference in New Issue
Block a user