fix compiler warnings

This commit is contained in:
Jacek Jendrzej
2020-01-09 16:54:07 +01:00
parent 5791880e4c
commit 8ff9d03679
5 changed files with 13 additions and 8 deletions

View File

@@ -685,7 +685,7 @@ static int ParseParams(int argc, char *argv[], PlayFiles_t *playbackFiles, int *
int main(int argc, char *argv[])
{
system("echo 'encoder' > /proc/stb/avs/0/input");
int ignored __attribute__((unused)) = system("echo 'encoder' > /proc/stb/avs/0/input");
pthread_t termThread;
int isTermThreadStarted = 0;