Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
libdvdread
Commits
55465dba
Commit
55465dba
authored
Jan 28, 2015
by
Thomas Guillem
Committed by
Jean-Baptiste Kempf
Jan 28, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dvd_input.c fix unused parameter warnings
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
d14f83e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/dvd_input.c
src/dvd_input.c
+2
-1
No files found.
src/dvd_input.c
View file @
55465dba
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment