]> git.sesse.net Git - vlc/commitdiff
control/media_library.c: Fix more unused args.
authorPierre d'Herbemont <pdherbemont@free.fr>
Mon, 3 Mar 2008 02:18:24 +0000 (03:18 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Mon, 3 Mar 2008 02:18:42 +0000 (03:18 +0100)
src/control/media_library.c

index 0a177f66be645f0744a1016a8ec1311d53cec4c6..da9cd48049dd7b2e96724635a962ef9e00341165 100644 (file)
@@ -122,6 +122,7 @@ void
 libvlc_media_library_save( libvlc_media_library_t * p_mlib,
                            libvlc_exception_t * p_e )
 {
+    (void)p_mlib;
     libvlc_exception_raise( p_e, "Not supported" );
 }