libgeneric-pc: avoid "unused" warnings

This commit is contained in:
2021-09-16 10:34:19 +02:00
parent 09f5247a1a
commit 1c4cbaca9c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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