mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3: get rid of compiler warnings
This commit is contained in:
@@ -107,7 +107,7 @@ static int ManagerAdd(Context_t *context, Track_t track) {
|
||||
return cERR_DVBSUBTITLE_MGR_NO_ERROR;
|
||||
}
|
||||
|
||||
static char ** ManagerList(Context_t *context) {
|
||||
static char ** ManagerList(Context_t *context __attribute__((unused))) {
|
||||
int i = 0, j = 0;
|
||||
char ** tracklist = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user