recycle: libgeneric-pc: video_lib.h: avoid 'unused parameter' warnings

Origin commit: 9c243675f5
was unintended reverted with
commit: - formatting code using astyle
7e5b1fc5d2
This commit is contained in:
2021-06-08 08:10:25 +02:00
parent f94c2cb667
commit 06533cef02

View File

@@ -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;
}; };