Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdcss
Commits
0eb4b06f
Commit
0eb4b06f
authored
Oct 20, 2014
by
Diego Biurrun
Browse files
dvd_region: Shut up warnings about (sometimes) unused function parameters
parent
7e5770d0
Changes
1
Show whitespace changes
Inline
Side-by-side
test/dvd_region.c
View file @
0eb4b06f
...
...
@@ -31,6 +31,10 @@ static int ioctl_SendRPC( int i_fd, int i_pdrc )
{
int
i_ret
;
/* Shut up warnings about unused parameters. */
(
void
)
i_fd
;
(
void
)
i_pdrc
;
#if defined( HAVE_LINUX_DVD_STRUCT ) && defined( DVD_HOST_SEND_RPC_STATE )
dvd_authinfo
auth_info
=
{
0
};
...
...
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