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:
f83f704
)
control/media_library.c: Fix more unused args.
author
Pierre d'Herbemont
<pdherbemont@free.fr>
Mon, 3 Mar 2008 02:18:24 +0000
(
03:18
+0100)
committer
Pierre d'Herbemont
<pdherbemont@free.fr>
Mon, 3 Mar 2008 02:18:42 +0000
(
03:18
+0100)
src/control/media_library.c
patch
|
blob
|
history
diff --git
a/src/control/media_library.c
b/src/control/media_library.c
index
0a177f6
..
da9cd48
100644
(file)
--- a/
src/control/media_library.c
+++ b/
src/control/media_library.c
@@
-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" );
}