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:
2021-09-16 10:34:19 +02:00
committed by vanhofen
parent 7248fc0a3a
commit 0524e63590
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ class cAudio : public OpenThreads::Thread
return NULL;
};
void setAVInput(int val)
void setAVInput(int /*val*/)
{
return;
};