Commit 7e5f8f84 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

interface/intf_eject.c: Fix a unused param warning.

parent f00a8d31
......@@ -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__
......
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