Commit 3afb8ba1 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

dvb_set_isdbc(): remove unused arguments warnings

(cherry picked from commit ffdde605bd21f9b514d0ed6ad23fe4bc3d1ad3a8)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent fbabb7a0
...@@ -246,8 +246,8 @@ int dvb_set_dvbt2 (dvb_device_t *, uint32_t /*freq*/, const char * /*mod*/, ...@@ -246,8 +246,8 @@ int dvb_set_dvbt2 (dvb_device_t *, uint32_t /*freq*/, const char * /*mod*/,
} }
/* ISDB-C */ /* ISDB-C */
int dvb_set_isdbc (dvb_device_t *, uint32_t freq, const char *mod, int dvb_set_isdbc (dvb_device_t *, uint32_t /*freq*/, const char * /*mod*/,
uint32_t srate, uint32_t fec) uint32_t /*srate*/, uint32_t /*fec*/)
{ {
return VLC_EGENERIC; return VLC_EGENERIC;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment