mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libgeneric-pc: fix possible compiler warning Wunused-parameter
This commit is contained in:
@@ -18,7 +18,7 @@ bool cPlayback::Start(std::string filename, std::string headers)
|
|||||||
return Start((char*) filename.c_str(),0,0,0,0,0, headers);
|
return Start((char*) filename.c_str(),0,0,0,0,0, headers);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, int duration, std::string headers)
|
bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, int duration, std::string /*headers*/)
|
||||||
{
|
{
|
||||||
printf("%s:%s - filename=%s vpid=%u vtype=%d apid=%u ac3=%d duration=%i\n",
|
printf("%s:%s - filename=%s vpid=%u vtype=%d apid=%u ac3=%d duration=%i\n",
|
||||||
FILENAME, __func__, filename, vpid, vtype, apid, ac3, duration);
|
FILENAME, __func__, filename, vpid, vtype, apid, ac3, duration);
|
||||||
|
Reference in New Issue
Block a user