git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f00a8d3
)
interface/intf_eject.c: Fix a unused param warning.
author
Pierre d'Herbemont
<pdherbemont@free.fr>
Mon, 3 Mar 2008 01:30:51 +0000
(
02:30
+0100)
committer
Pierre d'Herbemont
<pdherbemont@free.fr>
Mon, 3 Mar 2008 01:30:51 +0000
(
02:30
+0100)
src/interface/intf_eject.c
patch
|
blob
|
history
diff --git
a/src/interface/intf_eject.c
b/src/interface/intf_eject.c
index
0f33bc4
..
fa63882
100644
(file)
--- a/
src/interface/intf_eject.c
+++ b/
src/interface/intf_eject.c
@@
-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__