[vlc-devel] commit: Unused parameter ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Mar 31 17:44:08 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi.denis-courmont at nokia.com> | Tue Mar 24 23:38:49 2009 +0200| [022240552aa0e21c88806de8e7fe5339b7fb4e93] | committer: Rémi Denis-Courmont
Unused parameter
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=022240552aa0e21c88806de8e7fe5339b7fb4e93
---
src/control/media_player.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/control/media_player.c b/src/control/media_player.c
index 4b63d1b..c73809a 100644
--- a/src/control/media_player.c
+++ b/src/control/media_player.c
@@ -788,8 +788,10 @@ void libvlc_media_player_set_drawable( libvlc_media_player_t *p_mi,
libvlc_exception_raise(p_e, "Operation not supported");
#elif defined(__APPLE__)
p_mi->drawable.agl = drawable;
+ (void) p_e;
#else
p_mi->drawable.xid = drawable;
+ (void) p_e;
#endif
}
More information about the vlc-devel
mailing list