[libdvdnav-devel] [PATCH 1/2] dvd_input.c fix unused parameter warnings
Thomas Guillem
thomas at gllm.fr
Wed Jan 28 14:45:51 CET 2015
---
src/dvd_input.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/dvd_input.c b/src/dvd_input.c
index d6c5206..0c6f92e 100644
--- a/src/dvd_input.c
+++ b/src/dvd_input.c
@@ -163,7 +163,8 @@ static int css_close(dvd_input_t dev)
* initialize and open a DVD device or file.
*/
static dvd_input_t file_open(const char *target,
- void *stream, dvd_reader_stream_cb *stream_cb)
+ void *stream UNUSED,
+ dvd_reader_stream_cb *stream_cb UNUSED)
{
dvd_input_t dev;
--
2.1.3
More information about the libdvdnav-devel
mailing list