From 022240552aa0e21c88806de8e7fe5339b7fb4e93 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 24 Mar 2009 23:38:49 +0200 Subject: [PATCH] Unused parameter --- src/control/media_player.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/control/media_player.c b/src/control/media_player.c index 4b63d1baf7..c73809a6a2 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 } -- 2.39.2