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:
2021-06-11 21:15:28 +02:00
committed by vanhofen
parent e8f727f247
commit 096f300983

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