[MPlayer-cvslog] r35489 - trunk/stream/stream_ftp.c

al subversion at mplayerhq.hu
Tue Nov 27 00:37:07 CET 2012


Author: al
Date: Tue Nov 27 00:37:06 2012
New Revision: 35489

Log:
stream ftp: open_f: Mark parameter file_format unused

We have nothing to say about it, so we do not set *file_format.
No need for compilers to emit a warning about it.

Modified:
   trunk/stream/stream_ftp.c

Modified: trunk/stream/stream_ftp.c
==============================================================================
--- trunk/stream/stream_ftp.c	Tue Nov 27 00:36:00 2012	(r35488)
+++ trunk/stream/stream_ftp.c	Tue Nov 27 00:37:06 2012	(r35489)
@@ -417,7 +417,7 @@ static void close_f(stream_t *s) {
 
 
 
-static int open_f(stream_t *stream,int mode, void* opts, int* file_format) {
+static int open_f(stream_t *stream,int mode, void* opts, av_unused int* file_format) {
   int resp;
   int64_t len = 0;
   struct stream_priv_s* p = (struct stream_priv_s*)opts;


More information about the MPlayer-cvslog mailing list