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
Steve Lhomme
VLC
Commits
7e5f8f84
Commit
7e5f8f84
authored
Mar 03, 2008
by
Pierre
Browse files
interface/intf_eject.c: Fix a unused param warning.
parent
f00a8d31
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/interface/intf_eject.c
View file @
7e5f8f84
...
...
@@ -100,6 +100,7 @@ static int EjectSCSI ( int i_fd );
*/
int
__intf_Eject
(
vlc_object_t
*
p_this
,
const
char
*
psz_device
)
{
VLC_UNUSED
(
p_this
);
int
i_ret
=
VLC_SUCCESS
;
#ifdef __APPLE__
...
...
Write
Preview
Supports
Markdown
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